Advanced tab killer
Tool for closing tabs that are right or left of current tab.
Co je Advanced tab killer?
Advanced tab killer je rozšíření Chrome vyvinuté alexey-agk, a jeho hlavní funkcí je „Tool for closing tabs that are right or left of current tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Advanced tab killer
Stáhněte si soubory rozšíření Advanced tab killer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Extension allows you to quickly close tabs on the left or right of the current. Click on the extension button. You will see a pop-up with slider. To close a tab to the right of the current tab, drag the slider to the right, to close the tabs on the left drag to left. You can also use the filter at the page address. For the first click the button with a triangle. Then select the level of filtering (default by domain). After drag the slider.
Základní Informace o Rozšíření
Název | Advanced tab killer |
ID | kmmmcmbbhfdabgpbdobcjnihbbpkogpn |
Oficiální URL | https://chromewebstore.google.com/detail/advanced-tab-killer/kmmmcmbbhfdabgpbdobcjnihbbpkogpn |
Popis | Tool for closing tabs that are right or left of current tab. |
Velikost souboru | 23.5 KB |
Počet instalací | 75 |
Aktuální Verze | 1.5.1 |
Poslední Aktualizace | 2014-01-05 |
Datum Vydání | 2014-01-05 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | alexey-agk |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced tab killer", "version": "1.5.1", "manifest_version": 2, "description": "Tool for closing tabs that are right or left of current tab.", "background": { "scripts": [ "background.js" ] }, "icons": { "18": "icon_18.png", "19": "icon_19.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_19.png", "default_title": "Advanced tab killer", "default_popup": "popup.html" } } |