Hola Weather

The highly attractive and internationally approved weather extension.

什么是Hola Weather?

Hola Weather是由4l3x开发的Chrome扩展程序,该扩展的主要功能是“The highly attractive and internationally approved weather extension.”。

扩展截图

screenshot

下载Hola Weather扩展crx文件

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

扩展使用说明

                        Hola Weather is made just for you!

- Auto location lookup
- View current conditions and forecast for next 10 hours
- Background color changes with temperature
- Clean and easy to read user interface

Feedback appreciated!                    

扩展基本信息

名称 Hola Weather Hola Weather
ID foaiolffgbejnamdlehecgcfbmnkfcnf
官方URL https://chrome.google.com/webstore/detail/hola-weather/foaiolffgbejnamdlehecgcfbmnkfcnf
简介 The highly attractive and internationally approved weather extension.
文件大小 243 KB
安装次数 271
当前版本 1.2
更新时间 2014-07-16
上架时间 2014-07-16
评分 3.93/5 共14次评分
开发者 4l3x
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hola Weather",
    "version": "1.2",
    "description": "The highly attractive and internationally approved weather extension.",
    "web_accessible_resources": [
        "popup.js"
    ],
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Hola Weather",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.wunderground.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "geolocation",
        ""
    ]
}