Bookmark World Clock

Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily

ما هو Bookmark World Clock؟

Bookmark World Clock هو إضافة Chrome تم تطويرها بواسطة Sgtpanda، والميزة الرئيسية لها هي "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily".

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

screenshot

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

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

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

                        Add a clock from any location in the world to your bookmarks bar! App icon by icons8.                    

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

الاسم Bookmark World Clock Bookmark World Clock
ID mfgdchikohkibmghmbklpiijfakcmlfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl
الوصف Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
حجم الملف 902 KB
عدد التثبيتات 561
النسخة الحالية 2.0
آخر تحديث 2020-12-04
تاريخ النشر 2019-10-22
تقييم 5.00/5 مجموع تقييمات 5
المطور Sgtpanda
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark World Clock",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily",
    "icons": {
        "16": "icons\/timezone-16.png",
        "48": "icons\/timezone-48.png",
        "128": "icons\/timezone-128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "alarms",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'"
}