TabGroups
Provides organisational control over related tabs
Co je TabGroups?
TabGroups je rozšíření Chrome vyvinuté Peter Mareš, a jeho hlavní funkcí je „Provides organisational control over related tabs“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TabGroups
Stáhněte si soubory rozšíření TabGroups 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í
A Google Chrome extension that gives you organisational control over your related browser tabs Features The extension gives you the following options to manage your tabs: Current window - Sort your tabs based on the page's url host. For example, this will group all your YouTube tabs together. (Sorting is ascending) - Move all similar tabs (to the current page) in the current window to a new window. - Close all similar tabs (to the current page) in the current window. All windows - Move all similar tabs (to the current page) from all windows to a new window. - Close all similar tabs (to the current page) from all windows
Základní Informace o Rozšíření
Název | TabGroups |
ID | hfdbgapillniicojjolojgafipcjkeji |
Oficiální URL | https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji |
Popis | Provides organisational control over related tabs |
Velikost souboru | 14.71 KB |
Počet instalací | 113 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2014-06-19 |
Datum Vydání | 2014-06-18 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | Peter Mareš |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabGroups", "description": "Provides organisational control over related tabs", "version": "0.1.0", "author": "Peter Mares", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "menuhandler.js" ] } } |