Sort Tabs by URL
Sort tabs by URL.
Cos'è Sort Tabs by URL?
Sort Tabs by URL è un'estensione di Chrome sviluppata da deenheart, e la sua funzione principale è "Sort tabs by URL.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sort Tabs by URL
Scarica i file di estensione Sort Tabs by URL 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
Sort tabs by URL.
Informazioni di Base sull'Estensione
Nome | |
ID | ahpnnhpfemfgifkjpfoalamhdchhppkm |
URL Ufficiale | https://chrome.google.com/webstore/detail/sort-tabs-by-url/ahpnnhpfemfgifkjpfoalamhdchhppkm |
Descrizione | Sort tabs by URL. |
Dimensione del File | 19.44 KB |
Conteggio Installazioni | 410 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2017-11-21 |
Data di Pubblicazione | 2017-11-05 |
Valutazione | 3.83/5 Totale 6 Valutazioni |
Sviluppatore | deenheart |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.0", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/twitter.com\/vmi_en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Sort tabs by URL" }, "permissions": [ "tabs" ] } |