Forecastfox Lite
Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…
Cos'è Forecastfox Lite?
Forecastfox Lite è un'estensione di Chrome sviluppata da http://getforecastfox.com, e la sua funzione principale è "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forecastfox Lite
Scarica i file di estensione Forecastfox Lite 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
Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and weather on the new tab page.
Informazioni di Base sull'Estensione
Nome | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
URL Ufficiale | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
Descrizione | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
Dimensione del File | 175 KB |
Conteggio Installazioni | 2,170 |
Versione Corrente | 22 |
Ultimo Aggiornamento | 2013-05-21 |
Data di Pubblicazione | 2013-05-21 |
Valutazione | 2.43/5 Totale 206 Valutazioni |
Sviluppatore | http://getforecastfox.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forecastfox Lite", "version": "22", "manifest_version": 2, "chrome_url_overrides": { "newtab": "forecastfox.html" }, "permissions": [ "alarms", "storage", "geolocation", "http:\/\/*.accuweather.com\/" ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "background": { "scripts": [ "js\/extern.js", "js\/eventPage.js" ], "persistent": false } } |