Forecast.io Weather
Simple, accurate weather forecast.
Apa itu Forecast.io Weather?
Forecast.io Weather adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/haroldmartin, dan fitur utamanya adalah "Simple, accurate weather forecast.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Forecast.io Weather
Unduh file ekstensi Forecast.io Weather dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
* 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
Informasi Dasar Ekstensi
Nama | Forecast.io Weather |
ID | mimfincbphlfoohpgppnphclbbnbmofc |
URL Resmi | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
Deskripsi | Simple, accurate weather forecast. |
Ukuran File | 63.45 KB |
Jumlah Instalasi | 240 |
Versi Saat Ini | 2.2.1 |
Terakhir Diperbarui | 2015-04-15 |
Tanggal Publikasi | 2015-04-14 |
Penilaian | 2.61/5 Total 18 Penilaian |
Pengembang | https://sites.google.com/site/haroldmartin |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://forecast.io |
Bahasa yang Didukung | 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\/*" ] } |