Beautiful Digital Clock with Greetings
A beautiful new tab page that displays a digital 12-hour format clock.
Cos'è Beautiful Digital Clock with Greetings?
Beautiful Digital Clock with Greetings è un'estensione di Chrome sviluppata da Naruth Kongurai, e la sua funzione principale è "A beautiful new tab page that displays a digital 12-hour format clock.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Beautiful Digital Clock with Greetings
Scarica i file di estensione Beautiful Digital Clock with Greetings 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
Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another. It's a wonderful and simple page made to delight and enhance your browsing experience!
Informazioni di Base sull'Estensione
Nome | |
ID | jdnjafgehddcpoahelddbflpmoeinaed |
URL Ufficiale | https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed |
Descrizione | A beautiful new tab page that displays a digital 12-hour format clock. |
Dimensione del File | 55.11 KB |
Conteggio Installazioni | 83 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-09-25 |
Data di Pubblicazione | 2018-09-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Naruth Kongurai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.naruthk.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beautiful Digital Clock with Greetings", "short_name": "Digital Clock", "description": "A beautiful new tab page that displays a digital 12-hour format clock.", "version": "1.0", "author": "Naruth Kongurai", "permissions": [ "management", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" } } |