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
官方網址 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
電子郵箱 [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' ;"
}