Weather App

The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.

Apa itu Weather App?

Weather App adalah ekstensi Chrome yang dikembangkan oleh https://arunayyappath.me, dan fitur utamanya adalah "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Weather App

Unduh file ekstensi Weather App 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's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates                    

Informasi Dasar Ekstensi

Nama Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
URL Resmi https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
Deskripsi The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Ukuran File 379 KB
Jumlah Instalasi 264
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-08-21
Tanggal Publikasi 2019-08-21
Penilaian 3.80/5 Total 5 Penilaian
Pengembang https://arunayyappath.me
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://arunayyappath.me/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Weather",
    "manifest_version": 2,
    "name": "Weather App",
    "version": "1.0.1",
    "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ]
}