Gismeteo

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

Qu'est-ce que Gismeteo ?

Gismeteo est une extension Chrome développée par https://www.gismeteo.ru, et sa fonction principale est "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gismeteo

Téléchargez les fichiers d'extension Gismeteo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Gismeteo Gismeteo
ID bfegaehidkkcfaikpaijcdahnpikhobf
URL Officiel https://chromewebstore.google.com/detail/gismeteo/bfegaehidkkcfaikpaijcdahnpikhobf
Description Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
Taille du Fichier 6.98 MB
Nombre d'Installations 424,294
Version Actuelle 3.1.8
Dernière Mise à Jour 2018-03-29
Date de Publication 2018-03-29
Évaluation 4.35/5 Total 4114 Évaluations
Développeur https://www.gismeteo.ru
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.gismeteo.com
URL de la Page d'Aide http://support.gismeteo.ru
Langues Prises en Charge 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"
    ]
}