Gismeteo Tab

Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world

Co je Gismeteo Tab?

Gismeteo Tab je rozšíření Chrome vyvinuté https://www.gismeteo.ru, a jeho hlavní funkcí je „Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Gismeteo Tab

Stáhněte si soubory rozšíření Gismeteo Tab 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í

                        Gismeteo Tab is a fullscreen weather extension for Chrome.

Just open a new tab to get current weather and forecast.                    

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

Název Gismeteo Tab Gismeteo Tab
ID dkmoongjbemkaagfcmledklbgchlbboj
Oficiální URL https://chromewebstore.google.com/detail/gismeteo-tab/dkmoongjbemkaagfcmledklbgchlbboj
Popis Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
Velikost souboru 669 KB
Počet instalací 7,917
Aktuální Verze 1.0.19
Poslední Aktualizace 2021-10-13
Datum Vydání 2017-11-13
Hodnocení 3.74/5 Celkem 136 Hodnocení
Vývojář https://www.gismeteo.ru
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.gismeteo.com
URL Stránky Nápovědy https://www.gismeteo.ru/feedback/
Podporované Jazyky en,lt,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "ru",
    "description": "__MSG_description_ext__",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "name": "Gismeteo Tab",
    "options_page": "index.html",
    "permissions": [
        "https:\/\/services.gismeteo.ru\/inform-service\/inf_chrometab\/",
        "https:\/\/ssl.google-analytics.com\/",
        "tabs"
    ],
    "version": "1.0.19",
    "manifest_version": 2,
    "web_accessible_resources": [
        "favicon-16.png"
    ]
}