Forecast.io Weather
Simple, accurate weather forecast.
Hvad er Forecast.io Weather?
Forecast.io Weather er en Chrome-udvidelse udviklet af https://sites.google.com/site/haroldmartin, og dens hovedfunktion er "Simple, accurate weather forecast.".
Udvidelsesskærmbilleder
Download Forecast.io Weather-udvidelses-CRX-fil
Download Forecast.io Weather-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
* 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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mimfincbphlfoohpgppnphclbbnbmofc |
| Officiel URL | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
| Beskrivelse | Simple, accurate weather forecast. |
| Filstørrelse | 63.45 KB |
| Antal Installationer | 240 |
| Nuværende Version | 2.2.1 |
| Senest Opdateret | 2015-04-15 |
| Udgivelsesdato | 2015-04-14 |
| Bedømmelse | 2.61/5 Samlet 18 Bedømmelser |
| Udvikler | https://sites.google.com/site/haroldmartin |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://forecast.io |
| Understøttede Sprog | 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\/*"
]
} | |