Tab Counter
Keeps a running count of open tabs and windows.
Cos'è Tab Counter?
Tab Counter è un'estensione di Chrome sviluppata da nog642, e la sua funzione principale è "Keeps a running count of open tabs and windows.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Counter
Scarica i file di estensione Tab Counter 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
Shows you a count of the total number of tabs, total number of windows, and number of tabs in the current window. Also has an option to export your tabs as a JSON file.
Informazioni di Base sull'Estensione
Nome | Tab Counter |
ID | phojeebfjglippdniiejmfclojgbmedd |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd |
Descrizione | Keeps a running count of open tabs and windows. |
Dimensione del File | 7.97 KB |
Conteggio Installazioni | 192 |
Versione Corrente | 0.4.5.0 |
Ultimo Aggiornamento | 2021-04-28 |
Data di Pubblicazione | 2021-04-25 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | nog642 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gitlab.com/nog642/chrome-tab-counter |
URL della Pagina di Aiuto | https://gitlab.com/nog642/chrome-tab-counter/-/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Counter", "version": "0.4.5.0", "description": "Keeps a running count of open tabs and windows.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "optional_permissions": [ "tabs" ] } |