Weather Watcher

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

Co to jest Weather Watcher?

Weather Watcher to rozszerzenie Chrome opracowane przez http://weatherwatch.zilliuns.com, a jego główną funkcją jest „Access all of your weather alerts in one place instantly from your New Tab page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Weather Watcher

Pobierz pliki rozszerzeń Weather Watcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Weather Watcher Weather Watcher
ID fliiecjlibpgdomkobdfcibkldnmkfhc
Oficjalny URL https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc
Opis Access all of your weather alerts in one place instantly from your New Tab page.
Rozmiar pliku 130 KB
Liczba instalacji 64
Aktualna Wersja 1.0.0.4
Ostatnia Aktualizacja 2018-10-18
Data Publikacji 2018-10-18
Deweloper http://weatherwatch.zilliuns.com
Typ Płatności free
Obsługiwane Języki 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\/*"
        ]
    }
}