Weather
Extension shows the temperature and weather conditions for your current location
Apa itu Weather?
Weather adalah ekstensi Chrome yang dikembangkan oleh https://skyweather.org, dan fitur utamanya adalah "Extension shows the temperature and weather conditions for your current location".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Weather
Unduh file ekstensi 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
Features: - configurable update period - configurable units: Fahrenheit/Celsius - icon shows current temperature, cloudiness
Informasi Dasar Ekstensi
Nama | Weather |
ID | lfoeldoapdhdbhmcdgmnijfgbhlonjea |
URL Resmi | https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea |
Deskripsi | Extension shows the temperature and weather conditions for your current location |
Ukuran File | 41.82 KB |
Jumlah Instalasi | 4,298 |
Versi Saat Ini | 1.0.3.0 |
Terakhir Diperbarui | 2023-08-10 |
Tanggal Publikasi | 2016-04-19 |
Penilaian | 3.50/5 Total 42 Penilaian |
Pengembang | https://skyweather.org |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://skyweather.org/ |
URL Halaman Bantuan | https://skyweather.org/ |
URL Halaman Kebijakan Privasi | https://stopreclame.com/privacy.html |
Bahasa yang Didukung | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "1.0.3.0", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "19": "images\/icon-48.png", "38": "images\/icon-48.png" }, "default_title": "__MSG_popup_description__", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "permissions": [ "alarms", "geolocation", "storage" ], "host_permissions": [ "https:\/\/*.skyweather.org\/*" ] } |