Forecast.io Weather
Simple, accurate weather forecast.
Was ist Forecast.io Weather?
Forecast.io Weather ist eine Chrome-Erweiterung, die von https://sites.google.com/site/haroldmartin entwickelt wurde, und ihr Hauptmerkmal ist "Simple, accurate weather forecast.".
Erweiterungsscreenshots
Forecast.io Weather-Erweiterungs-CRX-Datei herunterladen
Laden Sie Forecast.io Weather-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
* 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
Grundlegende Informationen zur Erweiterung
Name | Forecast.io Weather |
ID | mimfincbphlfoohpgppnphclbbnbmofc |
Offizielle URL | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
Beschreibung | Simple, accurate weather forecast. |
Dateigröße | 63.45 KB |
Installationsanzahl | 240 |
Aktuelle Version | 2.2.1 |
Letztes Update | 2015-04-15 |
Veröffentlichungsdatum | 2015-04-14 |
Bewertung | 2.61/5 Insgesamt 18 Bewertungen |
Entwickler | https://sites.google.com/site/haroldmartin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://forecast.io |
Unterstützte Sprachen | 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\/*" ] } |