Weather Watcher

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

Cos'è Weather Watcher?

Weather Watcher è un'estensione di Chrome sviluppata da http://weatherwatch.zilliuns.com, e la sua funzione principale è "Access all of your weather alerts in one place instantly from your New Tab page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Weather Watcher

Scarica i file di estensione Weather Watcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Weather Watcher Weather Watcher
ID fliiecjlibpgdomkobdfcibkldnmkfhc
URL Ufficiale https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc
Descrizione Access all of your weather alerts in one place instantly from your New Tab page.
Dimensione del File 130 KB
Conteggio Installazioni 64
Versione Corrente 1.0.0.4
Ultimo Aggiornamento 2018-10-18
Data di Pubblicazione 2018-10-18
Sviluppatore http://weatherwatch.zilliuns.com
Tipo di Pagamento free
Lingue Supportate 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\/*"
        ]
    }
}