New Tab Page with Date and Time
A redesigned new tab page that has a date and time.
Cos'è New Tab Page with Date and Time?
New Tab Page with Date and Time è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A redesigned new tab page that has a date and time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Page with Date and Time
Scarica i file di estensione New Tab Page with Date and Time 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
Informazioni di Base sull'Estensione
Nome | New Tab Page with Date and Time |
ID | jpfnggpejkdhnnjhcjnfecnjemmfinoc |
URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-page-with-date-an/jpfnggpejkdhnnjhcjnfecnjemmfinoc |
Descrizione | A redesigned new tab page that has a date and time. |
Dimensione del File | 243 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2012-10-05 |
Data di Pubblicazione | 2012-10-05 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Page with Date and Time", "version": "1.0", "manifest_version": 2, "description": "A redesigned new tab page that has a date and time.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |