Check Weather

Weather forecast for current city and location of current visited website.

什麼是Check Weather?

Check Weather是由anajeftovic1開發的Chrome擴展程式,該擴展的主要功能是“Weather forecast for current city and location of current visited website.”。

擴展截圖

screenshot

下載Check Weather擴展crx文件

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

擴展使用說明

                        Check Weather extension is the perfect tool for getting weather information. It provides current weather conditions and seven days forecast based on Your location. Also, You will get weather info for location of website You are visiting. You don't have to wait for weather information anymore, just click on button and You will get all necessary information.                    

擴展基本資訊

名稱 Check Weather Check Weather
ID jeboiehfeffphnnfahahdkaejhhafehm
官方網址 https://chrome.google.com/webstore/detail/check-weather/jeboiehfeffphnnfahahdkaejhhafehm
簡介 Weather forecast for current city and location of current visited website.
檔案大小 57.01 KB
安裝次數 1,544
目前版本 0.0.0.3
更新時間 2018-03-12
上架時間 2018-03-12
評分 3.17/5 共 6 次評分
開發者 anajeftovic1
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check Weather",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "description": "Weather forecast for current city and location of current visited website.",
    "browser_action": {
        "default_icon": {
            "38": "img\/image38.png"
        },
        "default_title": "Check Weather",
        "default_popup": "src\/forecast.html"
    },
    "icons": {
        "38": "img\/image38.png",
        "48": "img\/image48.png",
        "64": "img\/image64.png",
        "96": "img\/image96.png",
        "128": "img\/image128.png"
    },
    "permissions": [
        "",
        "tabs"
    ]
}