World Clocks new tab page
Replace the new tab page with up to 12 configurable world clocks
Cos'è World Clocks new tab page?
World Clocks new tab page è un'estensione di Chrome sviluppata da Martín Peverelli, e la sua funzione principale è "Replace the new tab page with up to 12 configurable world clocks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione World Clocks new tab page
Scarica i file di estensione World Clocks new tab page 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
Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone. All settings are kept in sync using Chrome Storage. Clocks are configurable to 12 or 24 hour format. The extension has two themes. 'light' and 'dark'. Custom background URL support, for an online image to be loaded as background.
Informazioni di Base sull'Estensione
Nome | World Clocks new tab page |
ID | opaffdnccgelcacfhbjigocjaigebbje |
URL Ufficiale | https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje |
Descrizione | Replace the new tab page with up to 12 configurable world clocks |
Dimensione del File | 214 KB |
Conteggio Installazioni | 382 |
Versione Corrente | 0.0.2.2 |
Ultimo Aggiornamento | 2017-04-25 |
Data di Pubblicazione | 2017-04-25 |
Valutazione | 2.63/5 Totale 19 Valutazioni |
Sviluppatore | Martín Peverelli |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Clocks new tab page", "description": "Replace the new tab page with up to 12 configurable world clocks", "version": "0.0.2.2", "incognito": "split", "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |