TheWeatherOutlook (TWO)

This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).

TheWeatherOutlook (TWO) क्या है?

TheWeatherOutlook (TWO) http://www.theweatheroutlook.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO)."।

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

screenshot

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

crx प्रारूप में TheWeatherOutlook (TWO) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        TheWeatherOutlook (http://www.theweatheroutlook.com/) is one of the UK's busiest and most popular weather web sites. This extension gives you the latest weather news summary as well as direct access to many of the most popular pages on the web site including:

7, 10 and 16 day UK postcode and location weather forecasts
14 day, monthly and seasonal discussion forecast
UK zoomable rainfall radar
GFS, GEFS, ECM, WW3 and Fax charts
TWO Buzz for the latest news and views on the weather                    

एक्सटेंशन की मूल जानकारी

नाम TheWeatherOutlook (TWO) TheWeatherOutlook (TWO)
ID plefifddlacbaaphfpmahdkjndaepbel
आधिकारिक URL https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel
विवरण This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
फ़ाइल का आकार 48.36 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-06-26
प्रकाशन तिथि 2013-06-26
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर http://www.theweatheroutlook.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.theweatheroutlook.com/
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TheWeatherOutlook (TWO)",
    "description": "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/www.theweatheroutlook.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.theweatheroutlook.com\/*",
                "https:\/\/www.theweatheroutlook.com\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js"
            ]
        }
    ]
}