Check Weather

Weather forecast for current city and location of current visited website.

Co to jest Check Weather?

Check Weather to rozszerzenie Chrome opracowane przez anajeftovic1, a jego główną funkcją jest „Weather forecast for current city and location of current visited website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Check Weather

Pobierz pliki rozszerzeń Check Weather 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

                        Check Weather extension is the perfect tool for getting weather information. It provides current weather conditions and seven days forecast based on Your location. Also, You will get weather info for location of website You are visiting. You don't have to wait for weather information anymore, just click on button and You will get all necessary information.                    

Podstawowe informacje o rozszerzeniu

Nazwa Check Weather Check Weather
ID jeboiehfeffphnnfahahdkaejhhafehm
Oficjalny URL https://chrome.google.com/webstore/detail/check-weather/jeboiehfeffphnnfahahdkaejhhafehm
Opis Weather forecast for current city and location of current visited website.
Rozmiar pliku 57.01 KB
Liczba instalacji 1,544
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2018-03-12
Data Publikacji 2018-03-12
Ocena 3.17/5 Łącznie 6 Oceny
Deweloper anajeftovic1
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check Weather",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "description": "Weather forecast for current city and location of current visited website.",
    "browser_action": {
        "default_icon": {
            "38": "img\/image38.png"
        },
        "default_title": "Check Weather",
        "default_popup": "src\/forecast.html"
    },
    "icons": {
        "38": "img\/image38.png",
        "48": "img\/image48.png",
        "64": "img\/image64.png",
        "96": "img\/image96.png",
        "128": "img\/image128.png"
    },
    "permissions": [
        "",
        "tabs"
    ]
}