English | 简体中文
This project is a extension for browser using JQuery + TypeScript + Gulp. It can close tabs quickly. You have 2 ways to open the entry. First one is click icon.
Second one is press the key Alt + Q
.
There are no difference between them, which have following functions
- Close all left tabs
- Close all right tabs
- Close all tabs exclude current tab
Execute npm run start
then project will compile files automatic and generate dist directory, just import it to browser.
Execute npm run build
There is a few dirrence with npm run start
, only some configs is changed such as minify code. It will generate dist directory too, then you can pack it up via chrome.
- 0.0.4: fix: Close error when open multiple windows
- 0.0.3: fix: UI error in firefox
- 0.0.2: feat: Set keyboard shortcut Alt+Q
- 0.0.1: feat: Publish basic function