Beautiful Digital Clock with Greetings

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

Apa itu Beautiful Digital Clock with Greetings?

Beautiful Digital Clock with Greetings adalah ekstensi Chrome yang dikembangkan oleh Naruth Kongurai, dan fitur utamanya adalah "A beautiful new tab page that displays a digital 12-hour format clock.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Beautiful Digital Clock with Greetings

Unduh file ekstensi Beautiful Digital Clock with Greetings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Beautiful Digital Clock with Greetings Beautiful Digital Clock with Greetings
ID jdnjafgehddcpoahelddbflpmoeinaed
URL Resmi https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed
Deskripsi A beautiful new tab page that displays a digital 12-hour format clock.
Ukuran File 55.11 KB
Jumlah Instalasi 83
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-09-25
Tanggal Publikasi 2018-09-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Naruth Kongurai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.naruthk.com
Bahasa yang Didukung 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"
    }
}