Beautiful Digital Clock with Greetings
A beautiful new tab page that displays a digital 12-hour format clock.
Wat is Beautiful Digital Clock with Greetings?
Beautiful Digital Clock with Greetings is een Chrome-extensie ontwikkeld door Naruth Kongurai, en de belangrijkste functie is "A beautiful new tab page that displays a digital 12-hour format clock.".
Extensie Screenshots
Download het CRX-bestand van de extensie Beautiful Digital Clock with Greetings
Download Beautiful Digital Clock with Greetings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | jdnjafgehddcpoahelddbflpmoeinaed |
Officiële URL | https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed |
Beschrijving | A beautiful new tab page that displays a digital 12-hour format clock. |
Bestandsgrootte | 55.11 KB |
Aantal Installaties | 83 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-09-25 |
Publicatiedatum | 2018-09-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Naruth Kongurai |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.naruthk.com |
Ondersteunde Talen | 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" } } |