The Weather

Look at THE WEATHER: easy, quick and concise

什麼是The Weather?

The Weather是由http://www.kissappsl.com開發的Chrome擴展程式,該擴展的主要功能是“Look at THE WEATHER: easy, quick and concise”。

擴展截圖

screenshot
screenshot

下載The Weather擴展crx文件

下載The Weather擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The best extension to know the Weather in Chrome!
Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature.

Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days.

The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information.

What are you waiting for to download this fantastic extension? Download it now!                    

擴展基本資訊

名稱 The Weather The Weather
ID cbkiddbpoaccgodaldbmckkelkhohioa
官方網址 https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa
簡介 Look at THE WEATHER: easy, quick and concise
檔案大小 162 KB
安裝次數 42
目前版本 1.01
更新時間 2021-02-10
上架時間 2020-12-26
評分 5.00/5 共 2 次評分
開發者 http://www.kissappsl.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 http://kissappsl.com/app/the-weather-extension/
說明頁面URL http://kissappsl.com
隱私政策頁面URL http://kissappsl.com/pages/privacy-policy
支援的語言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.01",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/helper.js",
                "js\/myscript.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ]
}