TheWeatherOutlook (TWO)
This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
Vad är TheWeatherOutlook (TWO)?
TheWeatherOutlook (TWO) är en Chrome-tillägg utvecklad av http://www.theweatheroutlook.com, och dess huvudfunktion är "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).".
Tilläggsskärmbilder
Ladda ner TheWeatherOutlook (TWO)-förlängningens CRX-fil
Ladda ner TheWeatherOutlook (TWO)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | plefifddlacbaaphfpmahdkjndaepbel |
Officiell webbadress | https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel |
Beskrivning | This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO). |
Filstorlek | 48.36 KB |
Antal Installationer | 38 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2013-06-26 |
Publiceringsdatum | 2013-06-26 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://www.theweatheroutlook.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.theweatheroutlook.com/ |
Stödda Språk | 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" ] } ] } |