Hola Weather

The highly attractive and internationally approved weather extension.

What is Hola Weather?

Hola Weather is a Chrome extension developed by 4l3x, and its main feature is "The highly attractive and internationally approved weather extension.".

Extension Screenshots

screenshot

Download Hola Weather Extension CRX File

Download Hola Weather extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Hola Weather Hola Weather
ID foaiolffgbejnamdlehecgcfbmnkfcnf
Official URL https://chrome.google.com/webstore/detail/hola-weather/foaiolffgbejnamdlehecgcfbmnkfcnf
Description The highly attractive and internationally approved weather extension.
File Size 243 KB
Installation Count 271
Current Version 1.2
Last Updated 2014-07-16
Publish Date 2014-07-16
Rating 3.93/5 Total 14 Ratings
Developer 4l3x
Payment Type free
Supported Languages 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",
        ""
    ]
}