The Weather

Look at THE WEATHER: easy, quick and concise

Apa itu The Weather?

The Weather adalah ekstensi Chrome yang dikembangkan oleh http://www.kissappsl.com, dan fitur utamanya adalah "Look at THE WEATHER: easy, quick and concise".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi The Weather

Unduh file ekstensi The 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

                        The best extension to know the Weather in Chrome!
Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature.

Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days.

The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information.

What are you waiting for to download this fantastic extension? Download it now!                    

Informasi Dasar Ekstensi

Nama The Weather The Weather
ID cbkiddbpoaccgodaldbmckkelkhohioa
URL Resmi https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa
Deskripsi Look at THE WEATHER: easy, quick and concise
Ukuran File 162 KB
Jumlah Instalasi 42
Versi Saat Ini 1.01
Terakhir Diperbarui 2021-02-10
Tanggal Publikasi 2020-12-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://www.kissappsl.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi http://kissappsl.com/app/the-weather-extension/
URL Halaman Bantuan http://kissappsl.com
URL Halaman Kebijakan Privasi http://kissappsl.com/pages/privacy-policy
Bahasa yang Didukung en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.01",
    "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"
            ]
        }
    ]
}