Weather & Time (multi-city)

Current weather and time in multiple cities (locations)

Co je Weather & Time (multi-city)?

Weather & Time (multi-city) je rozšíření Chrome vyvinuté AlexKataev, a jeho hlavní funkcí je „Current weather and time in multiple cities (locations)“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Weather & Time (multi-city)

Stáhněte si soubory rozšíření Weather & Time (multi-city) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Weather & Time (multi-city) Weather & Time (multi-city)
ID oogbklojclobkhgadnhomfpoidemgima
Oficiální URL https://chromewebstore.google.com/detail/weather-time-multi-city/oogbklojclobkhgadnhomfpoidemgima
Popis Current weather and time in multiple cities (locations)
Velikost souboru 1.52 MB
Počet instalací 1,452
Aktuální Verze 2.3.2
Poslední Aktualizace 2021-12-09
Datum Vydání 2020-08-01
Hodnocení 4.00/5 Celkem 8 Hodnocení
Vývojář AlexKataev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
    }
}