Beautiful Digital Clock with Greetings

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

Hvad er Beautiful Digital Clock with Greetings?

Beautiful Digital Clock with Greetings er en Chrome-udvidelse udviklet af Naruth Kongurai, og dens hovedfunktion er "A beautiful new tab page that displays a digital 12-hour format clock.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Beautiful Digital Clock with Greetings-udvidelses-CRX-fil

Download Beautiful Digital Clock with Greetings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Beautiful Digital Clock with Greetings Beautiful Digital Clock with Greetings
ID jdnjafgehddcpoahelddbflpmoeinaed
Officiel URL https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed
Beskrivelse A beautiful new tab page that displays a digital 12-hour format clock.
Filstørrelse 55.11 KB
Antal Installationer 83
Nuværende Version 1.0
Senest Opdateret 2018-09-25
Udgivelsesdato 2018-09-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Naruth Kongurai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.naruthk.com
Understøttede Sprog 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"
    }
}