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
官方URL 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"
    ]
}