Colorful Clock for Google Chrome

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

Qu'est-ce que Colorful Clock for Google Chrome ?

Colorful Clock for Google Chrome est une extension Chrome développée par Coxdo, et sa fonction principale est "Beautiful clock with a colorful design for your Google Chrome browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Colorful Clock for Google Chrome

Téléchargez les fichiers d'extension Colorful Clock for Google Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Colorful Clock for Google Chrome Colorful Clock for Google Chrome
ID icdbimmgjnmkljgjkapbiooacacinian
URL Officiel https://chrome.google.com/webstore/detail/colorful-clock-for-google/icdbimmgjnmkljgjkapbiooacacinian
Description Beautiful clock with a colorful design for your Google Chrome browser.
Taille du Fichier 5.74 MB
Nombre d'Installations 60
Version Actuelle 0.0.5
Dernière Mise à Jour 2021-04-29
Date de Publication 2020-05-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur Coxdo
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.coxdo.com/
URL de la Page d'Aide https://www.coxdo.com/contact.html
Langues Prises en Charge 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\/*"
    ]
}