Quick Weather
Quick weather report based on your location
Apa itu Quick Weather?
Quick Weather adalah ekstensi Chrome yang dikembangkan oleh Vlad Nicoara, dan fitur utamanya adalah "Quick weather report based on your location".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quick Weather
Unduh file ekstensi Quick 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
It gives you a quick weather report based on your browser location. Current temperature and conditions, the 'real feel' index, high and low temperature of the day, a sum up of the next few days plus other astronomic info are all available at the touch of a button. You can quickly switch between the metric and imperial system by clicking on the main temperature display. Even more, the choice made will be saved and synced to all Chrome browsers the user is logged into.
Informasi Dasar Ekstensi
Nama | |
ID | bpgapaikjgcbjahoghdbnecndpllfchk |
URL Resmi | https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk |
Deskripsi | Quick weather report based on your location |
Ukuran File | 91.42 KB |
Jumlah Instalasi | 205 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2015-02-25 |
Tanggal Publikasi | 2015-02-25 |
Penilaian | 2.50/5 Total 2 Penilaian |
Pengembang | Vlad Nicoara |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Weather", "manifest_version": 2, "description": "Quick weather report based on your location", "version": "0.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/api.openweathermap.org\/", "storage", "geolocation" ] } |