Forecast.io Weather
Simple, accurate weather forecast.
Vad är Forecast.io Weather?
Forecast.io Weather är en Chrome-tillägg utvecklad av https://sites.google.com/site/haroldmartin, och dess huvudfunktion är "Simple, accurate weather forecast.".
Tilläggsskärmbilder
Ladda ner Forecast.io Weather-förlängningens CRX-fil
Ladda ner Forecast.io Weather-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
* 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äggande Information om Tillägg
| Namn | |
| ID | mimfincbphlfoohpgppnphclbbnbmofc |
| Officiell webbadress | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
| Beskrivning | Simple, accurate weather forecast. |
| Filstorlek | 63.45 KB |
| Antal Installationer | 240 |
| Aktuell Version | 2.2.1 |
| Senast Uppdaterad | 2015-04-15 |
| Publiceringsdatum | 2015-04-14 |
| Betyg | 2.61/5 Totalt 18 Betyg |
| Utvecklare | https://sites.google.com/site/haroldmartin |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://forecast.io |
| Stödda Språk | 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\/*"
]
} | |