Weather App

The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.

Weather App क्या है?

Weather App https://arunayyappath.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations."।

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

screenshot

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

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

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

                        It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates                    

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

नाम Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
आधिकारिक URL https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
विवरण The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
फ़ाइल का आकार 379 KB
स्थापना संख्या 264
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2019-08-21
प्रकाशन तिथि 2019-08-21
रेटिंग 3.80/5 कुल 5 रेटिंग्स
डेवलपर https://arunayyappath.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://arunayyappath.me/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Weather",
    "manifest_version": 2,
    "name": "Weather App",
    "version": "1.0.1",
    "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ]
}