Chrome Tab Counter
Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.
Cos'è Chrome Tab Counter?
Chrome Tab Counter è un'estensione di Chrome sviluppata da https://fero8.com, e la sua funzione principale è "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Tab Counter
Scarica i file di estensione Chrome 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 a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.
NEW in latest update:
* show counter of tabs in the currently open window
* shows counter of currently open windows
* ability to change the icon background color
Features
* Shows counter of open tabs, open windows, all-time opened tabs, max concurrent opened tabs
* Multiple Chrome windows supported
* Tweet your stats & share on Facebook
* Extension does not track your browsing history or any other personal data
This is an open-source extension, no information is shared or sent to 3rd parties. Feel free to review the code here:
https://github.com/fero8/chrome-tab-counter Informazioni di Base sull'Estensione
| Nome | |
| ID | fhnegjjodccfaliddboelcleikbmapik |
| URL Ufficiale | https://chromewebstore.google.com/detail/chrome-tab-counter/fhnegjjodccfaliddboelcleikbmapik |
| Descrizione | Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs. |
| Dimensione del File | 50.21 KB |
| Conteggio Installazioni | 20,000 |
| Versione Corrente | 1.2.2 |
| Ultimo Aggiornamento | 2022-06-16 |
| Data di Pubblicazione | 2020-04-22 |
| Valutazione | 4.34/5 Totale 35 Valutazioni |
| Sviluppatore | https://fero8.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Tab Counter",
"version": "1.2.2",
"manifest_version": 2,
"description": "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.",
"browser_action": {
"default_name": "Chrome Tab Counter",
"default_icon": "icon48.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"prototype.js",
"scripts.js",
"bg.js"
]
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": []
} | |