Weather

Extension shows the temperature and weather conditions for your current location

Co to jest Weather?

Weather to rozszerzenie Chrome opracowane przez https://skyweather.org, a jego główną funkcją jest „Extension shows the temperature and weather conditions for your current location”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Weather

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

                        Features:
- configurable update period 
- configurable units: Fahrenheit/Celsius
- icon shows current temperature, cloudiness                    

Podstawowe informacje o rozszerzeniu

Nazwa Weather Weather
ID lfoeldoapdhdbhmcdgmnijfgbhlonjea
Oficjalny URL https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea
Opis Extension shows the temperature and weather conditions for your current location
Rozmiar pliku 41.82 KB
Liczba instalacji 4,298
Aktualna Wersja 1.0.3.0
Ostatnia Aktualizacja 2023-08-10
Data Publikacji 2016-04-19
Ocena 3.50/5 Łącznie 42 Oceny
Deweloper https://skyweather.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://skyweather.org/
Adres URL Strony Pomocy https://skyweather.org/
Adres URL Strony Polityki Prywatności https://stopreclame.com/privacy.html
Obsługiwane Języki de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "1.0.3.0",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-48.png",
            "38": "images\/icon-48.png"
        },
        "default_title": "__MSG_popup_description__",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "alarms",
        "geolocation",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.skyweather.org\/*"
    ]
}