Gismeteo

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

What is Gismeteo?

Gismeteo is a Chrome extension developed by https://www.gismeteo.ru, and its main feature is "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world".

Extension Screenshots

screenshot
screenshot
screenshot

Download Gismeteo Extension CRX File

Download Gismeteo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Gismeteo Gismeteo
ID bfegaehidkkcfaikpaijcdahnpikhobf
Official URL https://chromewebstore.google.com/detail/gismeteo/bfegaehidkkcfaikpaijcdahnpikhobf
Description Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
File Size 6.98 MB
Installation Count 424,294
Current Version 3.1.8
Last Updated 2018-03-29
Publish Date 2018-03-29
Rating 4.35/5 Total 4114 Ratings
Developer https://www.gismeteo.ru
Email [email protected]
Payment Type free
Extension Website https://www.gismeteo.com
Help Page URL http://support.gismeteo.ru
Supported Languages 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"
    ]
}