Colorful Clock for Google Chrome

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

ما هو Colorful Clock for Google Chrome؟

Colorful Clock for Google Chrome هو إضافة Chrome تم تطويرها بواسطة Coxdo، والميزة الرئيسية لها هي "Beautiful clock with a colorful design for your Google Chrome browser.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Colorful Clock for Google Chrome

قم بتنزيل ملفات الامتداد Colorful Clock for Google Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Colorful Clock for Google Chrome Colorful Clock for Google Chrome
ID icdbimmgjnmkljgjkapbiooacacinian
عنوان URL الرسمي https://chrome.google.com/webstore/detail/colorful-clock-for-google/icdbimmgjnmkljgjkapbiooacacinian
الوصف Beautiful clock with a colorful design for your Google Chrome browser.
حجم الملف 5.74 MB
عدد التثبيتات 60
النسخة الحالية 0.0.5
آخر تحديث 2021-04-29
تاريخ النشر 2020-05-15
تقييم 5.00/5 مجموع تقييمات 1
المطور Coxdo
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.coxdo.com/
عنوان صفحة المساعدة https://www.coxdo.com/contact.html
اللغات المدعومة 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\/*"
    ]
}