World Clock Toolbar

EASY to access on your toolbar with a list of country that you visit often at a glance.

ما هو World Clock Toolbar؟

World Clock Toolbar هو إضافة Chrome تم تطويرها بواسطة davidjutegsn911، والميزة الرئيسية لها هي "EASY to access on your toolbar with a list of country that you visit often at a glance.".

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

screenshot

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

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

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

                        EASY to access on your toolbar with a list of country that you visit often at a glance.

FEATURE extended world clock from city to every country.

DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference.

SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country.

Feel free to share your opinion, ideas and requests.                    

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

الاسم World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
عنوان URL الرسمي https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
الوصف EASY to access on your toolbar with a list of country that you visit often at a glance.
حجم الملف 2.76 MB
عدد التثبيتات 1,678
النسخة الحالية 1.2
آخر تحديث 2021-07-08
تاريخ النشر 2020-11-10
تقييم 4.75/5 مجموع تقييمات 8
المطور davidjutegsn911
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://world-clock-list.web.app/privacypolicy.html
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock Toolbar",
    "version": "1.2",
    "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/earthclock_16.png",
            "32": "images\/earthclock_32.png",
            "48": "images\/earthclock_48.png",
            "128": "images\/earthclock_128.png"
        }
    },
    "icons": {
        "16": "images\/earthclock_16.png",
        "32": "images\/earthclock_32.png",
        "48": "images\/earthclock_48.png",
        "128": "images\/earthclock_128.png"
    },
    "manifest_version": 2
}