Stack Tab
Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen
Co je Stack Tab?
Stack Tab je rozšíření Chrome vyvinuté Gregory Assasie, a jeho hlavní funkcí je „Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Stack Tab
Stáhněte si soubory rozšíření Stack Tab 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í
Stack tab is a simple tab manager for chrome. Quickly and conveniently close unused tabs, retrieve them when needed. - Get rid of the clutter and focus on required tabs only. - Effortlessly close used tabs. Functionality: - filter search tabs - set limit for number of tabs opened per session - Automatically close and save tab when limit is reached - Close oldest tab on limit reach - Close left-most tab on limit reach ** NEW UPDATE *** - Option to close page anywhere, option is available on context menu (right click on page to view) - clicking stack tab in context menu closes the page and adds it to the stack. - Context menu fixed **UPDATE VERSION 1.6** - settings persist between sessions - disregard pinned and active tabs due to close
Základní Informace o Rozšíření
Název | Stack Tab |
ID | oalhogdhlhgdpjllnadcigfkhmmlahlo |
Oficiální URL | https://chromewebstore.google.com/detail/stack-tab/oalhogdhlhgdpjllnadcigfkhmmlahlo |
Popis | Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen |
Velikost souboru | 40.79 KB |
Počet instalací | 221 |
Aktuální Verze | 1.7 |
Poslední Aktualizace | 2018-04-05 |
Datum Vydání | 2018-04-05 |
Hodnocení | 3.17/5 Celkem 12 Hodnocení |
Vývojář | Gregory Assasie |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stack Tab", "manifest_version": 2, "description": "Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen", "version": "1.7", "browser_action": { "default_icon": ".\/icons\/icon48.png", "default_popup": "index.html", "default_title": "xTab" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "permissions": [ "tabs", "contextMenus", "storage" ] } |