Hola Weather

The highly attractive and internationally approved weather extension.

Hola Weather क्या है?

Hola Weather 4l3x द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The highly attractive and internationally approved weather extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hola Weather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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",
        ""
    ]
}