Beautiful Digital Clock with Greetings
A beautiful new tab page that displays a digital 12-hour format clock.
Was ist Beautiful Digital Clock with Greetings?
Beautiful Digital Clock with Greetings ist eine Chrome-Erweiterung, die von Naruth Kongurai entwickelt wurde, und ihr Hauptmerkmal ist "A beautiful new tab page that displays a digital 12-hour format clock.".
Erweiterungsscreenshots
Beautiful Digital Clock with Greetings-Erweiterungs-CRX-Datei herunterladen
Laden Sie Beautiful Digital Clock with Greetings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | jdnjafgehddcpoahelddbflpmoeinaed |
Offizielle URL | https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed |
Beschreibung | A beautiful new tab page that displays a digital 12-hour format clock. |
Dateigröße | 55.11 KB |
Installationsanzahl | 83 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-09-25 |
Veröffentlichungsdatum | 2018-09-25 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Naruth Kongurai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.naruthk.com |
Unterstützte Sprachen | 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" } } |