Gismeteo

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

Wat is Gismeteo?

Gismeteo is een Chrome-extensie ontwikkeld door https://www.gismeteo.ru, en de belangrijkste functie is "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Gismeteo

Download Gismeteo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Gismeteo Gismeteo
ID bfegaehidkkcfaikpaijcdahnpikhobf
Officiële URL https://chromewebstore.google.com/detail/gismeteo/bfegaehidkkcfaikpaijcdahnpikhobf
Beschrijving Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
Bestandsgrootte 6.98 MB
Aantal Installaties 424,294
Huidige Versie 3.1.8
Laatst Bijgewerkt 2018-03-29
Publicatiedatum 2018-03-29
Beoordeling 4.35/5 Totaal 4114 Beoordelingen
Ontwikkelaar https://www.gismeteo.ru
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.gismeteo.com
Help Pagina-URL http://support.gismeteo.ru
Ondersteunde Talen 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"
    ]
}