Hola Weather

The highly attractive and internationally approved weather extension.

Vad är Hola Weather?

Hola Weather är en Chrome-tillägg utvecklad av 4l3x, och dess huvudfunktion är "The highly attractive and internationally approved weather extension.".

Tilläggsskärmbilder

screenshot

Ladda ner Hola Weather-förlängningens CRX-fil

Ladda ner Hola Weather-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Hola Weather Hola Weather
ID foaiolffgbejnamdlehecgcfbmnkfcnf
Officiell webbadress https://chrome.google.com/webstore/detail/hola-weather/foaiolffgbejnamdlehecgcfbmnkfcnf
Beskrivning The highly attractive and internationally approved weather extension.
Filstorlek 243 KB
Antal Installationer 271
Aktuell Version 1.2
Senast Uppdaterad 2014-07-16
Publiceringsdatum 2014-07-16
Betyg 3.93/5 Totalt 14 Betyg
Utvecklare 4l3x
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}