Weather forecast
Weather forecast for current city.
Apa itu Weather forecast?
Weather forecast adalah ekstensi Chrome yang dikembangkan oleh nikolinadeveloper, dan fitur utamanya adalah "Weather forecast for current city.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Weather forecast
Unduh file ekstensi Weather forecast 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
Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations. Key features: - multiple location support - current weather - 7 days forecast - global coverage For any bugs and questions please sand email to [email protected].
Informasi Dasar Ekstensi
Nama | |
ID | kccbhbehegopfhpmnmlnhkaidfiamepb |
URL Resmi | https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb |
Deskripsi | Weather forecast for current city. |
Ukuran File | 29.06 KB |
Jumlah Instalasi | 981 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2018-02-14 |
Tanggal Publikasi | 2018-02-14 |
Penilaian | 3.83/5 Total 12 Penilaian |
Pengembang | nikolinadeveloper |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather forecast", "version": "0.0.0.1", "manifest_version": 2, "description": "Weather forecast for current city.", "background": { "scripts": [ "src\/vremenska_prognoza\/vremenska_prognoza.js" ] }, "browser_action": { "default_icon": { "38": "img\/icon38.png" }, "default_title": "Weather forecast", "default_popup": "src\/prognoza.html" }, "icons": { "38": "img\/icon38.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" } } |