Sort Tabs Example
Click the icon to sort all your tabs alphabetically by their title.
Cos'è Sort Tabs Example?
Sort Tabs Example è un'estensione di Chrome sviluppata da Cory Forsyth, e la sua funzione principale è "Click the icon to sort all your tabs alphabetically by their title.".
Scarica il file CRX dell'estensione Sort Tabs Example
Scarica i file di estensione Sort Tabs Example 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
Click the icon to sort all your tabs alphabetically by their title.
Informazioni di Base sull'Estensione
Nome | |
ID | pbdjobplklihafkpipaebjamkcdlbjhg |
URL Ufficiale | https://chrome.google.com/webstore/detail/sort-tabs-example/pbdjobplklihafkpipaebjamkcdlbjhg |
Descrizione | Click the icon to sort all your tabs alphabetically by their title. |
Dimensione del File | 7.76 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-02-21 |
Data di Pubblicazione | 2016-02-21 |
Sviluppatore | Cory Forsyth |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sort Tabs Example", "manifest_version": 2, "short_name": "Sort Tabs", "version": "0.1", "browser_action": { "default_icon": "sort-128.png", "default_title": "Sort Tabs Example" }, "icons": { "128": "sort-128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] } } |