Weather Watcher

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

Weather Watcher क्या है?

Weather Watcher http://weatherwatch.zilliuns.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access all of your weather alerts in one place instantly from your New Tab page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Weather Watcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}