Weather Watcher

Access all of your weather alerts in one place instantly from your New Tab page.

ما هو Weather Watcher؟

Weather Watcher هو إضافة Chrome تم تطويرها بواسطة http://weatherwatch.zilliuns.com، والميزة الرئيسية لها هي "Access all of your weather alerts in one place instantly from your New Tab page.".

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

screenshot

تحميل ملف CRX للإضافة Weather Watcher

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

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

                        Disclaimer:
Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Weather Watcher extension and set your new tab page to search.zilliuns.com/weather, while also accepting and agreeing to abide by the End User License Agreement  (http://weatherwatch.zilliuns.com/Terms) and Privacy Policy (http://weatherwatch.zilliuns.com/Privacy). Uninstall instructions can be found at http://weatherwatch.zilliuns.com/Uninstall                    

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

الاسم Weather Watcher Weather Watcher
ID fliiecjlibpgdomkobdfcibkldnmkfhc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc
الوصف Access all of your weather alerts in one place instantly from your New Tab page.
حجم الملف 130 KB
عدد التثبيتات 64
النسخة الحالية 1.0.0.4
آخر تحديث 2018-10-18
تاريخ النشر 2018-10-18
المطور http://weatherwatch.zilliuns.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Watcher",
    "version": "1.0.0.4",
    "description": "Access all of your weather alerts in one place instantly from your New Tab page.",
    "icons": {
        "16": "16weatherwatch.jpg",
        "32": "32weatherwatch.jpg",
        "48": "48weatherwatch.jpg",
        "128": "128weatherwatch.jpg"
    },
    "browser_action": {
        "default_icon": "logo19.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zilliuns.com\/*"
        ]
    }
}