Tab Counter
Changes your new tab page to a counter that displays how many tabs you have opened today.
Cos'è Tab Counter?
Tab Counter è un'estensione di Chrome sviluppata da Drake Panzer, e la sua funzione principale è "Changes your new tab page to a counter that displays how many tabs you have opened today.".
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
Changes your tab page to a counter that displays how many tabs you have opened today. The counter resets every day. The new tab page was designed to be used with the theme "Android Holo UI Dark Blue Theme", here is the link: https://chrome.google.com/webstore/detail/android-holo-ui-dark-blue/ajnfjknffgoibfgmpbkboohmlbfcdche ______ If you have any problems or suggestions, feel free to tell me.
Informazioni di Base sull'Estensione
Nome | |
ID | jolnbjdcabeggeklgccfpbebhgkgjgee |
URL Ufficiale | https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee |
Descrizione | Changes your new tab page to a counter that displays how many tabs you have opened today. |
Dimensione del File | 27.81 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-01-31 |
Data di Pubblicazione | 2017-01-31 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Drake Panzer |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dpanzer.net |
URL della Pagina di Aiuto | https://dpanzer.net/contact |
URL della Pagina della Politica sulla Privacy | https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy |
Lingue Supportate | en-US |
manifest.json | |
{ "author": "engineerofstuff", "chrome_url_overrides": { "newtab": "dist\/override.html" }, "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.", "homepage_url": "https:\/\/dpanzer.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Tab Counter", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |