Weather Watcher

Access all of your weather alerts in one place instantly from your New Tab page.

Apa itu Weather Watcher?

Weather Watcher adalah ekstensi Chrome yang dikembangkan oleh http://weatherwatch.zilliuns.com, dan fitur utamanya adalah "Access all of your weather alerts in one place instantly from your New Tab page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Weather Watcher

Unduh file ekstensi Weather Watcher 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

                        Disclaimer:
Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Weather Watcher extension and set your new tab page to search.zilliuns.com/weather, while also accepting and agreeing to abide by the End User License Agreement  (http://weatherwatch.zilliuns.com/Terms) and Privacy Policy (http://weatherwatch.zilliuns.com/Privacy). Uninstall instructions can be found at http://weatherwatch.zilliuns.com/Uninstall                    

Informasi Dasar Ekstensi

Nama Weather Watcher Weather Watcher
ID fliiecjlibpgdomkobdfcibkldnmkfhc
URL Resmi https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc
Deskripsi Access all of your weather alerts in one place instantly from your New Tab page.
Ukuran File 130 KB
Jumlah Instalasi 64
Versi Saat Ini 1.0.0.4
Terakhir Diperbarui 2018-10-18
Tanggal Publikasi 2018-10-18
Pengembang http://weatherwatch.zilliuns.com
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Watcher",
    "version": "1.0.0.4",
    "description": "Access all of your weather alerts in one place instantly from your New Tab page.",
    "icons": {
        "16": "16weatherwatch.jpg",
        "32": "32weatherwatch.jpg",
        "48": "48weatherwatch.jpg",
        "128": "128weatherwatch.jpg"
    },
    "browser_action": {
        "default_icon": "logo19.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zilliuns.com\/*"
        ]
    }
}