Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Co je Tab Defrag?
Tab Defrag je rozšíření Chrome vyvinuté Sampson, a jeho hlavní funkcí je „Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tab Defrag
Stáhněte si soubory rozšíření Tab Defrag 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í
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to read the URL for each tab, and to assign it a new placement. Tab Defrag does nothing more.
Základní Informace o Rozšíření
Název | Tab Defrag |
ID | dfeliknbmopheafjaelmilpgfmfjiopl |
Oficiální URL | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl |
Popis | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… |
Velikost souboru | 33.75 KB |
Počet instalací | 30 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2021-03-15 |
Datum Vydání | 2019-12-22 |
Vývojář | Sampson |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.twitter.com/jonathansampson |
URL Stránky Nápovědy | https://www.twitter.com/jonathansampson |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Defrag", "version": "0.0.4", "manifest_version": 2, "permissions": [ "tabs" ], "browser_action": { "default_title": "Tab Defrag" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |