Gismeteo

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

什么是Gismeteo?

Gismeteo是由https://www.gismeteo.ru开发的Chrome扩展程序,该扩展的主要功能是“Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world”。

扩展截图

screenshot
screenshot
screenshot

下载Gismeteo扩展crx文件

下载Gismeteo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Gismeteo Gismeteo
ID bfegaehidkkcfaikpaijcdahnpikhobf
官方URL https://chromewebstore.google.com/detail/gismeteo/bfegaehidkkcfaikpaijcdahnpikhobf
简介 Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
文件大小 6.98 MB
安装次数 424,294
当前版本 3.1.8
更新时间 2018-03-29
上架时间 2018-03-29
评分 4.35/5 共4114次评分
开发者 https://www.gismeteo.ru
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gismeteo.com
帮助页面URL http://support.gismeteo.ru
支持的语言 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"
    ]
}