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
Eメール [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"
    ]
}