Local Weather (Current Conditions)

Presents weather based on your current location, or you can update by entering new location/zip etc.

What is Local Weather (Current Conditions)?

Local Weather (Current Conditions) is a Chrome extension developed by mohiman, and its main feature is "Presents weather based on your current location, or you can update by entering new location/zip etc.".

Extension Screenshots

screenshot

Download Local Weather (Current Conditions) Extension CRX File

Download Local Weather (Current Conditions) 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

                                            

Extension Basic Information

Name Local Weather (Current Conditions) Local Weather (Current Conditions)
ID kobanmpgpihdneoociggikppoblinmol
Official URL https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol
Description Presents weather based on your current location, or you can update by entering new location/zip etc.
File Size 1.16 MB
Installation Count 16
Current Version 2.25
Last Updated 2016-07-22
Publish Date 2016-07-21
Rating 3.00/5 Total 2 Ratings
Developer mohiman
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Local Weather (Current Conditions)",
    "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.",
    "version": "2.25",
    "browser_action": {
        "default_icon": "weather.png",
        "default_title": "Current Weather",
        "default_popup": "Mohit-Extension.html"
    },
    "icons": {
        "16": "weatherMain1.png",
        "48": "weatherMain2.png",
        "128": "weatherMain3.png"
    },
    "permissions": [
        "activeTab",
        "geolocation",
        "http:\/\/api.openweathermap.org\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}