Rambler/weather

Instant access to the weather forecast worldwide

Rambler/weatherとは何ですか?

Rambler/weatherはhttps://soft.rambler.ruによって開発されたChromeの拡張機能で、その主な機能は「Instant access to the weather forecast worldwide」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Rambler/weather拡張機能のCRXファイルをダウンロード

Rambler/weather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If in doubt whether to take an umbrella, a down coat or a bucket hat, ask Rambler/weather! A simple and user-friendly Rambler/weather extension will show the weather forecast for the near future in your location and anywhere in the world. The extension will determine your whereabouts on its own and will deliver an accurate and clearly formulated forecast. Add other locations to the list and trace the weather there. Rain or snow or hot sun - with the Rambler/forecast extension you will be prepared for any whims of the weather with just a single click.                    

拡張機能の基本情報

名前 Rambler/weather Rambler/weather
ID mnellcecpgpeniolniglgfdfphfeoffo
公式URL https://chromewebstore.google.com/detail/ramblerweather/mnellcecpgpeniolniglgfdfphfeoffo
説明 Instant access to the weather forecast worldwide
ファイルサイズ 741 KB
インストール数 6,112
現在のバージョン 3.0.3
最終更新日 2018-07-16
公開日 2018-07-16
評価 3.42/5 合計 86 レビュー
開発者 https://soft.rambler.ru
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://soft.rambler.ru/
ヘルプページのURL https://help.rambler.ru/feedback/weather/
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "46",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "storage"
    ],
    "default_locale": "ru",
    "version": "3.0.3",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/st.top100.ru  ; object-src 'self' ;"
}