Weather & Time (multi-city)

Current weather and time in multiple cities (locations)

Co to jest Weather & Time (multi-city)?

Weather & Time (multi-city) to rozszerzenie Chrome opracowane przez AlexKataev, a jego główną funkcją jest „Current weather and time in multiple cities (locations)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Weather & Time (multi-city)

Pobierz pliki rozszerzeń Weather & Time (multi-city) 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

                        Choose many cities and stay up to date about weather and time in them!                    

Podstawowe informacje o rozszerzeniu

Nazwa Weather & Time (multi-city) Weather & Time (multi-city)
ID oogbklojclobkhgadnhomfpoidemgima
Oficjalny URL https://chromewebstore.google.com/detail/weather-time-multi-city/oogbklojclobkhgadnhomfpoidemgima
Opis Current weather and time in multiple cities (locations)
Rozmiar pliku 1.52 MB
Liczba instalacji 1,452
Aktualna Wersja 2.3.2
Ostatnia Aktualizacja 2021-12-09
Data Publikacji 2020-08-01
Ocena 4.00/5 Łącznie 8 Oceny
Deweloper AlexKataev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Weather & Time (multi-city)",
    "version": "2.3.2",
    "description": "Current weather and time in multiple cities (locations)",
    "action": {
        "default_icon": {
            "16": "\/assets\/favicon\/16x16.png",
            "48": "\/assets\/favicon\/48x48.png",
            "128": "\/assets\/favicon\/128x128.png"
        },
        "default_title": "Weather & time (multi-city)",
        "default_popup": "index.html"
    },
    "author": "Alex Kataev",
    "host_permissions": [
        "https:\/\/autocomplete.geocoder.ls.hereapi.com\/6.2\/*",
        "https:\/\/geocode.search.hereapi.com\/v1\/geocode*",
        "http:\/\/api.openweathermap.org\/data\/2.5\/weather*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}