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
官方網址 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"
    ]
}