TheWeatherOutlook (TWO)
This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
What is TheWeatherOutlook (TWO)?
TheWeatherOutlook (TWO) is a Chrome extension developed by http://www.theweatheroutlook.com, and its main feature is "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).".
Extension Screenshots
Download TheWeatherOutlook (TWO) Extension CRX File
Download TheWeatherOutlook (TWO) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | plefifddlacbaaphfpmahdkjndaepbel |
Official URL | https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel |
Description | This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO). |
File Size | 48.36 KB |
Installation Count | 38 |
Current Version | 1.1 |
Last Updated | 2013-06-26 |
Publish Date | 2013-06-26 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://www.theweatheroutlook.com |
Payment Type | free |
Extension Website | http://www.theweatheroutlook.com/ |
Supported Languages | 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" ] } ] } |