ChronoTab: The Best New Tab Clock
The best timepiece for the new tab page
Cos'è ChronoTab: The Best New Tab Clock?
ChronoTab: The Best New Tab Clock è un'estensione di Chrome sviluppata da Dakota Larson, e la sua funzione principale è "The best timepiece for the new tab page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChronoTab: The Best New Tab Clock
Scarica i file di estensione ChronoTab: The Best New Tab Clock 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
The best timepiece for the new tab page! Features: > Snazzy clock face > Slick digital clock and date > Comprehensive configuration Contact me with ideas, bug reports or comments! [email protected]
Informazioni di Base sull'Estensione
Nome | ChronoTab: The Best New Tab Clock |
ID | aglflhdjjfabpohbaonlepcofcofpamd |
URL Ufficiale | https://chromewebstore.google.com/detail/chronotab-the-best-new-ta/aglflhdjjfabpohbaonlepcofcofpamd |
Descrizione | The best timepiece for the new tab page |
Dimensione del File | 52.83 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2018-04-09 |
Data di Pubblicazione | 2018-04-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Dakota Larson |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChronoTab: The Best New Tab Clock", "short_name": "ChronoTab", "author": "Dakota Larson", "description": "The best timepiece for the new tab page", "version": "1.4", "icons": { "16": ".\/res\/clock_16.png", "24": ".\/res\/clock_24.png", "32": ".\/res\/clock_32.png", "48": ".\/res\/clock_48.png", "64": ".\/res\/clock_64.png", "128": ".\/res\/clock_128.png", "256": ".\/res\/clock_256.png" }, "chrome_url_overrides": { "newtab": "clock.html" }, "browser_action": { "default_popup": "popup.html" } } |