Colorful Clock for Google Chrome

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

Cos'è Colorful Clock for Google Chrome?

Colorful Clock for Google Chrome è un'estensione di Chrome sviluppata da Coxdo, e la sua funzione principale è "Beautiful clock with a colorful design for your Google Chrome browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Colorful Clock for Google Chrome

Scarica i file di estensione Colorful Clock for Google Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Colorful Clock for Google Chrome Colorful Clock for Google Chrome
ID icdbimmgjnmkljgjkapbiooacacinian
URL Ufficiale https://chrome.google.com/webstore/detail/colorful-clock-for-google/icdbimmgjnmkljgjkapbiooacacinian
Descrizione Beautiful clock with a colorful design for your Google Chrome browser.
Dimensione del File 5.74 MB
Conteggio Installazioni 60
Versione Corrente 0.0.5
Ultimo Aggiornamento 2021-04-29
Data di Pubblicazione 2020-05-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Coxdo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.coxdo.com/
URL della Pagina di Aiuto https://www.coxdo.com/contact.html
Lingue Supportate 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\/*"
    ]
}