Beautiful Digital Clock with Greetings

A beautiful new tab page that displays a digital 12-hour format clock.

Co je Beautiful Digital Clock with Greetings?

Beautiful Digital Clock with Greetings je rozšíření Chrome vyvinuté Naruth Kongurai, a jeho hlavní funkcí je „A beautiful new tab page that displays a digital 12-hour format clock.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Beautiful Digital Clock with Greetings

Stáhněte si soubory rozšíření Beautiful Digital Clock with Greetings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Beautiful Digital Clock with Greetings Beautiful Digital Clock with Greetings
ID jdnjafgehddcpoahelddbflpmoeinaed
Oficiální URL https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed
Popis A beautiful new tab page that displays a digital 12-hour format clock.
Velikost souboru 55.11 KB
Počet instalací 83
Aktuální Verze 1.0
Poslední Aktualizace 2018-09-25
Datum Vydání 2018-09-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Naruth Kongurai
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.naruthk.com
Podporované Jazyky 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"
    }
}