Gismeteo

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

Was ist Gismeteo?

Gismeteo ist eine Chrome-Erweiterung, die von https://www.gismeteo.ru entwickelt wurde, und ihr Hauptmerkmal ist "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Gismeteo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gismeteo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Real time weather and detailed forecast all round the world.

The icon in your toolbar displays real time weather or forecast for the nearest time of your favorite place. Click the icon and you will get detailed forecast.

We express our gratitude for the use of our expansion and look forward to new comments and suggestions to [email protected]                    

Grundlegende Informationen zur Erweiterung

Name Gismeteo Gismeteo
ID bfegaehidkkcfaikpaijcdahnpikhobf
Offizielle URL https://chromewebstore.google.com/detail/gismeteo/bfegaehidkkcfaikpaijcdahnpikhobf
Beschreibung Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
Dateigröße 6.98 MB
Installationsanzahl 424,294
Aktuelle Version 3.1.8
Letztes Update 2018-03-29
Veröffentlichungsdatum 2018-03-29
Bewertung 4.35/5 Insgesamt 4114 Bewertungen
Entwickler https://www.gismeteo.ru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.gismeteo.com
Hilfeseite URL http://support.gismeteo.ru
Unterstützte Sprachen en,lt,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "Gismeteo"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description_ext__",
    "homepage_url": "https:\/\/www.gismeteo.ru",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Gismeteo",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "https:\/\/services.gismeteo.ru\/inform-service\/",
        "https:\/\/ssl.google-analytics.com\/"
    ],
    "version": "3.1.8",
    "web_accessible_resources": [
        "favicon-16.png"
    ]
}