Clock Icon

Shows the time (hours and minutes) next to the omnibox.

ما هو Clock Icon؟

Clock Icon هو إضافة Chrome تم تطويرها بواسطة https://nemrod.se، والميزة الرئيسية لها هي "Shows the time (hours and minutes) next to the omnibox.".

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

screenshot

تحميل ملف CRX للإضافة Clock Icon

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

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

                        A way to easily see the current time (and date by hovering) next to the omnibox.                    

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

الاسم Clock Icon Clock Icon
ID blpgdogcjmmkhendjpiilidbllpainfh
عنوان URL الرسمي https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh
الوصف Shows the time (hours and minutes) next to the omnibox.
حجم الملف 7.43 KB
عدد التثبيتات 527
النسخة الحالية 1.1
آخر تحديث 2013-06-19
تاريخ النشر 2013-06-19
تقييم 3.17/5 مجموع تقييمات 6
المطور https://nemrod.se
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://nemrod.se
عنوان صفحة المساعدة http://nemrod.se/chrome-extensions/clock-icon
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock Icon",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Shows the time (hours and minutes) next to the omnibox.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "dd\/mm\/yyyy hh:mm"
    }
}