Local Weather

Shows you local weather. Auto determines your location and fetch weather details on its basis

Local Weather क्या है?

Local Weather Builtin Genius द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows you local weather. Auto determines your location and fetch weather details on its basis"।

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

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

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

                        One click weather update for your local surrounding. It auto detects your location and tell you the weather. You dont need to add this to your browser and configure all things, it adds up on the top and accessible in every tab of google chrome.

Version 1.1.0 Updates:

Now you can check weather information in Both Fahrenheit and Celsius units just by one click

---

Hope you enjoy using it.
Feedbacks are heartedly welcomed!                    

एक्सटेंशन की मूल जानकारी

नाम Local Weather Local Weather
ID fiiiahdbpgbkoimldhcgknelkiannjki
आधिकारिक URL https://chrome.google.com/webstore/detail/local-weather/fiiiahdbpgbkoimldhcgknelkiannjki
विवरण Shows you local weather. Auto determines your location and fetch weather details on its basis
फ़ाइल का आकार 173 KB
स्थापना संख्या 265
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2016-09-01
प्रकाशन तिथि 2016-09-01
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर Builtin Genius
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Local weather"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Shows you local weather. Auto determines your location and fetch weather details on its basis",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Local Weather",
    "permissions": [
        "storage",
        "geolocation",
        "tabs",
        "https:\/\/api.openweathermap.org\/*",
        "http:\/\/api.openweathermap.org\/*",
        "http:\/\/ajax.googleapis.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.4"
}