Forecast.io Weather
Simple, accurate weather forecast.
Qu'est-ce que Forecast.io Weather ?
Forecast.io Weather est une extension Chrome développée par https://sites.google.com/site/haroldmartin, et sa fonction principale est "Simple, accurate weather forecast.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Forecast.io Weather
Téléchargez les fichiers d'extension Forecast.io Weather au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
* 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
Informations de Base sur l'Extension
Nom | Forecast.io Weather |
ID | mimfincbphlfoohpgppnphclbbnbmofc |
URL Officiel | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
Description | Simple, accurate weather forecast. |
Taille du Fichier | 63.45 KB |
Nombre d'Installations | 240 |
Version Actuelle | 2.2.1 |
Dernière Mise à Jour | 2015-04-15 |
Date de Publication | 2015-04-14 |
Évaluation | 2.61/5 Total 18 Évaluations |
Développeur | https://sites.google.com/site/haroldmartin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://forecast.io |
Langues Prises en Charge | 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\/*" ] } |