Forecast.io Weather
Simple, accurate weather forecast.
Cos'è Forecast.io Weather?
Forecast.io Weather è un'estensione di Chrome sviluppata da https://sites.google.com/site/haroldmartin, e la sua funzione principale è "Simple, accurate weather forecast.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forecast.io Weather
Scarica i file di estensione Forecast.io Weather 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
* Fast weekly weather forecast in popup.
* Icon shows sunrise/sunset countdown.
* If you want to know the current temperature, go outside.
* Latest version fixes Celsius / Fahrenheit switching bug.
Courtesy of http://Forecast.io
https://github.com/hbmartin/chrome-forecast Informazioni di Base sull'Estensione
| Nome | |
| ID | mimfincbphlfoohpgppnphclbbnbmofc |
| URL Ufficiale | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
| Descrizione | Simple, accurate weather forecast. |
| Dimensione del File | 63.45 KB |
| Conteggio Installazioni | 240 |
| Versione Corrente | 2.2.1 |
| Ultimo Aggiornamento | 2015-04-15 |
| Data di Pubblicazione | 2015-04-14 |
| Valutazione | 2.61/5 Totale 18 Valutazioni |
| Sviluppatore | https://sites.google.com/site/haroldmartin |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://forecast.io |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Forecast.io Weather",
"version": "2.2.1",
"description": "Simple, accurate weather forecast.",
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"scripts": [
"sun\/Time.js",
"sun\/JulianDay.js",
"sun\/SolarPosition.js",
"background.js"
],
"persistent": false
},
"options_page": "options.html",
"browser_action": {
"default_icon": {
"19": "img\/icon19.png",
"38": "img\/icon38.png"
},
"default_title": "Forecast.io",
"default_popup": "popup.html"
},
"manifest_version": 2,
"permissions": [
"alarms",
"storage",
"geolocation",
"*:\/\/*.forecast.io\/*",
"*:\/\/*.github.com\/hbmartin\/zip-code-json\/*"
]
} | |