Current Weather

This extension will give you the current weather in your area.

Current Weather क्या है?

Current Weather puranjayprashanth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will give you the current weather in your area."।

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

screenshot

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

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

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

                        This chrome extension always user to get the current weather in their current location. It uses you longitude and latitude to find out were you are. Then it uses a 3rd part service to get the current weather based on you position. This extension will give you the current precipitation, wind speed and other weather data based on your current location.                    

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

नाम Current Weather Current Weather
ID mjkbbpnfhegiocdnalhgkehhnjjadnpa
आधिकारिक URL https://chromewebstore.google.com/detail/current-weather/mjkbbpnfhegiocdnalhgkehhnjjadnpa
विवरण This extension will give you the current weather in your area.
फ़ाइल का आकार 33.45 KB
स्थापना संख्या 65
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-06-07
प्रकाशन तिथि 2021-06-07
डेवलपर puranjayprashanth
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Current Weather",
    "version": "1.0",
    "description": "This extension will give you the current weather in your area.",
    "author": "Puranjay Prashanth",
    "permissions": [
        "geolocation",
        "http:\/\/api.openweathermap.org\/data\/2.5\/weather"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Current Weather",
        "default_icon": {
            "16": "images\/Icon16.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "128": "images\/Icon128.png"
        }
    },
    "icons": {
        "16": "images\/Icon16.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "128": "images\/Icon128.png"
    },
    "manifest_version": 2
}