MicroWeather
Simple weather application
Apa itu MicroWeather?
MicroWeather adalah ekstensi Chrome yang dikembangkan oleh George, dan fitur utamanya adalah "Simple weather application".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MicroWeather
Unduh file ekstensi MicroWeather 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
Simple weather application which uses weather data from OpenWeatherMap. New: The app now shows hourly weather data for the next few days.
Informasi Dasar Ekstensi
Nama | MicroWeather |
ID | mlkbifdobkhikfmhopopgdfikiilbhio |
URL Resmi | https://chromewebstore.google.com/detail/microweather/mlkbifdobkhikfmhopopgdfikiilbhio |
Deskripsi | Simple weather application |
Ukuran File | 89.51 KB |
Jumlah Instalasi | 953 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2015-11-22 |
Tanggal Publikasi | 2015-11-22 |
Penilaian | 4.29/5 Total 21 Penilaian |
Pengembang | George |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MicroWeather", "description": "Simple weather application", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/main.css" ] } ] } |