Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Cos'è Tab Defrag?
Tab Defrag è un'estensione di Chrome sviluppata da Sampson, e la sua funzione principale è "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Defrag
Scarica i file di estensione Tab Defrag in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Tab Defrag |
ID | dfeliknbmopheafjaelmilpgfmfjiopl |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl |
Descrizione | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… |
Dimensione del File | 33.75 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2021-03-15 |
Data di Pubblicazione | 2019-12-22 |
Sviluppatore | Sampson |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.twitter.com/jonathansampson |
URL della Pagina di Aiuto | https://www.twitter.com/jonathansampson |
Lingue Supportate | 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" } } |