TabCounter
Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
Cos'è TabCounter?
TabCounter è un'estensione di Chrome sviluppata da melockchain, e la sua funzione principale è "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabCounter
Scarica i file di estensione TabCounter 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
Tab Counter tracks the number of tabs:
- Currently open
- Opened today
- Left open from yesterday
- Days number of tabs have been left open
- Number of tabs opened since install of this extension Informazioni di Base sull'Estensione
| Nome | |
| ID | hocnnbmipielnggchdgobnliemdgpmai |
| URL Ufficiale | https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai |
| Descrizione | Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that. |
| Dimensione del File | 51.71 MB |
| Conteggio Installazioni | 33 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2022-12-02 |
| Data di Pubblicazione | 2022-05-19 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | melockchain |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabCounter",
"description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.",
"version": "1.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"tabs"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/tab_count16.png",
"32": "\/images\/tab_count32.png",
"48": "\/images\/tab_count48.png",
"128": "\/images\/tab_count128.png"
}
},
"icons": {
"16": "\/images\/tab_count16.png",
"32": "\/images\/tab_count32.png",
"48": "\/images\/tab_count48.png",
"128": "\/images\/tab_count128.png"
}
} | |