Weather App

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

What is Weather App?

Weather App is a Chrome extension developed by https://arunayyappath.me, and its main feature is "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".

Extension Screenshots

screenshot

Download Weather App Extension CRX File

Download Weather App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
Official URL https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
Description The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
File Size 379 KB
Installation Count 264
Current Version 1.0.1
Last Updated 2019-08-21
Publish Date 2019-08-21
Rating 3.80/5 Total 5 Ratings
Developer https://arunayyappath.me
Email [email protected]
Payment Type free
Extension Website https://arunayyappath.me/
Supported Languages 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"
    ]
}