Gismeteo Tab

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

Co to jest Gismeteo Tab?

Gismeteo Tab to rozszerzenie Chrome opracowane przez https://www.gismeteo.ru, a jego główną funkcją jest „Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Gismeteo Tab

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

                        Gismeteo Tab is a fullscreen weather extension for Chrome.

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

Podstawowe informacje o rozszerzeniu

Nazwa Gismeteo Tab Gismeteo Tab
ID dkmoongjbemkaagfcmledklbgchlbboj
Oficjalny URL https://chromewebstore.google.com/detail/gismeteo-tab/dkmoongjbemkaagfcmledklbgchlbboj
Opis Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
Rozmiar pliku 669 KB
Liczba instalacji 7,917
Aktualna Wersja 1.0.19
Ostatnia Aktualizacja 2021-10-13
Data Publikacji 2017-11-13
Ocena 3.74/5 Łącznie 136 Oceny
Deweloper https://www.gismeteo.ru
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.gismeteo.com
Adres URL Strony Pomocy https://www.gismeteo.ru/feedback/
Obsługiwane Języki 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"
    ]
}