TheWeatherOutlook (TWO)

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

ما هو TheWeatherOutlook (TWO)؟

TheWeatherOutlook (TWO) هو إضافة Chrome تم تطويرها بواسطة http://www.theweatheroutlook.com، والميزة الرئيسية لها هي "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).".

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

screenshot

تحميل ملف CRX للإضافة TheWeatherOutlook (TWO)

قم بتنزيل ملفات الامتداد TheWeatherOutlook (TWO) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}