TheWeatherOutlook (TWO)
This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
Co je TheWeatherOutlook (TWO)?
TheWeatherOutlook (TWO) je rozšíření Chrome vyvinuté http://www.theweatheroutlook.com, a jeho hlavní funkcí je „This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TheWeatherOutlook (TWO)
Stáhněte si soubory rozšíření TheWeatherOutlook (TWO) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | plefifddlacbaaphfpmahdkjndaepbel |
Oficiální URL | https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel |
Popis | This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO). |
Velikost souboru | 48.36 KB |
Počet instalací | 38 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2013-06-26 |
Datum Vydání | 2013-06-26 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | http://www.theweatheroutlook.com |
Typ Platby | free |
Webové stránky Rozšíření | http://www.theweatheroutlook.com/ |
Podporované Jazyky | 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" ] } ] } |