Colorful Clock for Google Chrome

Beautiful clock with a colorful design for your Google Chrome browser.

Apa itu Colorful Clock for Google Chrome?

Colorful Clock for Google Chrome adalah ekstensi Chrome yang dikembangkan oleh Coxdo, dan fitur utamanya adalah "Beautiful clock with a colorful design for your Google Chrome browser.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Colorful Clock for Google Chrome

Unduh file ekstensi Colorful Clock for Google Chrome 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

                        Beautiful clock with a colorful design with a minimal design to look at the time directly in your Chrome browser.

Colorful Clock provides a simple countdown timer, stopwatch, alarm and just clocks. 

You could change the 24-hr time to 12-hr, theme, clock position, clock size.

You can close and re-open clock by click to extension icon.                    

Informasi Dasar Ekstensi

Nama Colorful Clock for Google Chrome Colorful Clock for Google Chrome
ID icdbimmgjnmkljgjkapbiooacacinian
URL Resmi https://chrome.google.com/webstore/detail/colorful-clock-for-google/icdbimmgjnmkljgjkapbiooacacinian
Deskripsi Beautiful clock with a colorful design for your Google Chrome browser.
Ukuran File 5.74 MB
Jumlah Instalasi 60
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2021-04-29
Tanggal Publikasi 2020-05-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Coxdo
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.coxdo.com/
URL Halaman Bantuan https://www.coxdo.com/contact.html
Bahasa yang Didukung en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "__MSG_appName__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/inject.js",
                "js\/pex.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/www.coxdo.com\/",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortname__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5",
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "css\/*",
        "files\/*",
        "images\/*",
        "webfonts\/*"
    ]
}