Tab Number
This extension shows a number in front of tabs 4 to 8, and 9 on the last tab.
Cos'è Tab Number?
Tab Number è un'estensione di Chrome sviluppata da James Pickard, e la sua funzione principale è "This extension shows a number in front of tabs 4 to 8, and 9 on the last tab.".
Scarica il file CRX dell'estensione Tab Number
Scarica i file di estensione Tab Number 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
Informazioni di Base sull'Estensione
Nome | |
ID | gpldekllbofnjhlbjcdfajcdpfhncbli |
URL Ufficiale | https://chrome.google.com/webstore/detail/tab-number/gpldekllbofnjhlbjcdfajcdpfhncbli |
Descrizione | This extension shows a number in front of tabs 4 to 8, and 9 on the last tab. |
Dimensione del File | 7.54 KB |
Conteggio Installazioni | 70 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-10-25 |
Data di Pubblicazione | 2015-10-25 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | James Pickard |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/euoia/TabNumber |
URL della Pagina di Aiuto | https://github.com/euoia/TabNumber/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Number", "description": "This extension shows a number in front of tabs 4 to 8, and 9 on the last tab.", "version": "1.0", "icons": { "16": "tabnumber-16.png", "48": "tabnumber-48.png", "128": "tabnumber-128.png" }, "background": { "persistent": false, "scripts": [ "tabnumber.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |