World Clocks new tab page

Replace the new tab page with up to 12 configurable world clocks

ما هو World Clocks new tab page؟

World Clocks new tab page هو إضافة Chrome تم تطويرها بواسطة Martín Peverelli، والميزة الرئيسية لها هي "Replace the new tab page with up to 12 configurable world clocks".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة World Clocks new tab page

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

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

                        Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone.
All settings are kept in sync using Chrome Storage.
Clocks are configurable to 12 or 24 hour format.
The extension has two themes. 'light' and 'dark'.
Custom background URL support, for an online image to be loaded as background.                    

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

الاسم World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
عنوان URL الرسمي https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
الوصف Replace the new tab page with up to 12 configurable world clocks
حجم الملف 214 KB
عدد التثبيتات 382
النسخة الحالية 0.0.2.2
آخر تحديث 2017-04-25
تاريخ النشر 2017-04-25
تقييم 2.63/5 مجموع تقييمات 19
المطور Martín Peverelli
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clocks new tab page",
    "description": "Replace the new tab page with up to 12 configurable world clocks",
    "version": "0.0.2.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}