Forecast.io Weather
Simple, accurate weather forecast.
Wat is Forecast.io Weather?
Forecast.io Weather is een Chrome-extensie ontwikkeld door https://sites.google.com/site/haroldmartin, en de belangrijkste functie is "Simple, accurate weather forecast.".
Extensie Screenshots
Download het CRX-bestand van de extensie Forecast.io Weather
Download Forecast.io Weather-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
* 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 Basisinformatie over de Extensie
| Naam | |
| ID | mimfincbphlfoohpgppnphclbbnbmofc |
| Officiële URL | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
| Beschrijving | Simple, accurate weather forecast. |
| Bestandsgrootte | 63.45 KB |
| Aantal Installaties | 240 |
| Huidige Versie | 2.2.1 |
| Laatst Bijgewerkt | 2015-04-15 |
| Publicatiedatum | 2015-04-14 |
| Beoordeling | 2.61/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | https://sites.google.com/site/haroldmartin |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://forecast.io |
| Ondersteunde Talen | 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\/*"
]
} | |