Simple Weather Forecast and Radar

Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.

Apa itu Simple Weather Forecast and Radar?

Simple Weather Forecast and Radar adalah ekstensi Chrome yang dikembangkan oleh jburnette, dan fitur utamanya adalah "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple Weather Forecast and Radar

Unduh file ekstensi Simple Weather Forecast and Radar 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

                        swfr is a quick, simple, lightweight weather extension.  It sits in your toolbar and displays the current temperature.  When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.                    

Informasi Dasar Ekstensi

Nama Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
URL Resmi https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
Deskripsi Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Ukuran File 57.62 KB
Jumlah Instalasi 487
Versi Saat Ini 1.5
Terakhir Diperbarui 2018-08-13
Tanggal Publikasi 2018-08-13
Penilaian 3.39/5 Total 23 Penilaian
Pengembang jburnette
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Weather Forecast and Radar",
    "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.",
    "version": "1.5",
    "icons": {
        "128": "store_logo.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'",
    "permissions": [
        "https:\/\/query.yahooapis.com\/",
        "https:\/\/sirocco.accuweather.com\/"
    ]
}