Quick Weather

Quick weather report based on your location

什么是Quick Weather?

Quick Weather是由Vlad Nicoara开发的Chrome扩展程序,该扩展的主要功能是“Quick weather report based on your location”。

扩展截图

screenshot
screenshot

下载Quick Weather扩展crx文件

下载Quick Weather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It gives you a quick weather report based on your browser location. Current temperature and conditions, the 'real feel' index, high and low temperature of the day, a sum up of the next few days plus other astronomic info are all available at the touch of a button.
You can quickly switch between the metric and imperial system by clicking on the main temperature display. Even more, the choice made will be saved and synced to all Chrome browsers the user is logged into.                    

扩展基本信息

名称 Quick Weather Quick Weather
ID bpgapaikjgcbjahoghdbnecndpllfchk
官方URL https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk
简介 Quick weather report based on your location
文件大小 91.42 KB
安装次数 205
当前版本 0.1.2
更新时间 2015-02-25
上架时间 2015-02-25
评分 2.50/5 共2次评分
开发者 Vlad Nicoara
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Weather",
    "manifest_version": 2,
    "description": "Quick weather report based on your location",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/api.openweathermap.org\/",
        "storage",
        "geolocation"
    ]
}