Weather Clock for Chrome

New tab screen with current time and weather.

ما هو Weather Clock for Chrome؟

Weather Clock for Chrome هو إضافة Chrome تم تطويرها بواسطة Next Things Apps، والميزة الرئيسية لها هي "New tab screen with current time and weather.".

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

screenshot
screenshot

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

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

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

                        Weather Clock for Chrome is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather.                    

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

الاسم Weather Clock for Chrome Weather Clock for Chrome
ID adknmgojfoolkhflnjbjhnahaagjgogd
عنوان URL الرسمي https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd
الوصف New tab screen with current time and weather.
حجم الملف 2.21 MB
عدد التثبيتات 383
النسخة الحالية 1.0.0
آخر تحديث 2019-09-04
تاريخ النشر 2019-09-04
تقييم 5.00/5 مجموع تقييمات 1
المطور Next Things Apps
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Clock for Chrome",
    "version": "1.0.0",
    "manifest_version": 2,
    "options_page": "app\/index.html#\/drawer\/settings",
    "icons": {
        "16": "images\/icon16.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "description": "New tab screen with current time and weather.",
    "background": {
        "scripts": [
            "app\/underscore.js",
            "app\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "geolocation",
        "unlimitedStorage",
        "https:\/\/maps.googleapis.com\/maps\/api\/",
        "http:\/\/api.wunderground.com\/api",
        "https:\/\/ssl.google-analytics.com\/",
        "https:\/\/s3.amazonaws.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'"
}