Beautiful Digital Clock with Greetings
A beautiful new tab page that displays a digital 12-hour format clock.
Co to jest Beautiful Digital Clock with Greetings?
Beautiful Digital Clock with Greetings to rozszerzenie Chrome opracowane przez Naruth Kongurai, a jego główną funkcją jest „A beautiful new tab page that displays a digital 12-hour format clock.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Beautiful Digital Clock with Greetings
Pobierz pliki rozszerzeń Beautiful Digital Clock with Greetings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jdnjafgehddcpoahelddbflpmoeinaed |
Oficjalny URL | https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed |
Opis | A beautiful new tab page that displays a digital 12-hour format clock. |
Rozmiar pliku | 55.11 KB |
Liczba instalacji | 83 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-09-25 |
Data Publikacji | 2018-09-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Naruth Kongurai |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.naruthk.com |
Obsługiwane Języki | 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" } } |