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
官方網址 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",
        ""
    ]
}