MicroWeather

Simple weather application

什么是MicroWeather?

MicroWeather是由George开发的Chrome扩展程序,该扩展的主要功能是“Simple weather application”。

扩展截图

screenshot

下载MicroWeather扩展crx文件

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

扩展使用说明

                        Simple weather application which uses weather data from OpenWeatherMap.
New: The app now shows hourly weather data for the next few days.                    

扩展基本信息

名称 MicroWeather MicroWeather
ID mlkbifdobkhikfmhopopgdfikiilbhio
官方URL https://chromewebstore.google.com/detail/microweather/mlkbifdobkhikfmhopopgdfikiilbhio
简介 Simple weather application
文件大小 89.51 KB
安装次数 953
当前版本 1.5
更新时间 2015-11-22
上架时间 2015-11-22
评分 4.29/5 共21次评分
开发者 George
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MicroWeather",
    "description": "Simple weather application",
    "version": "1.5",
    "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"
            ]
        }
    ]
}