TheWeatherOutlook (TWO)
This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
Cos'è TheWeatherOutlook (TWO)?
TheWeatherOutlook (TWO) è un'estensione di Chrome sviluppata da http://www.theweatheroutlook.com, e la sua funzione principale è "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TheWeatherOutlook (TWO)
Scarica i file di estensione TheWeatherOutlook (TWO) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | plefifddlacbaaphfpmahdkjndaepbel |
URL Ufficiale | https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel |
Descrizione | This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO). |
Dimensione del File | 48.36 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-06-26 |
Data di Pubblicazione | 2013-06-26 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.theweatheroutlook.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.theweatheroutlook.com/ |
Lingue Supportate | 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" ] } ] } |