Simple Weather

A basic weather widget.

What is Simple Weather?

Simple Weather is a Chrome extension developed by Unknown, and its main feature is "A basic weather widget.".

Extension Screenshots

screenshot

Download Simple Weather Extension CRX File

Download Simple Weather 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

                        A simple weather interface that gives a basic forecast: Current temperature in F or C, precipitation probability, and a  brief condition summary.                    

Extension Basic Information

Name Simple Weather Simple Weather
ID gfdfkmhjajkdnlcnbkdmjkmjikkkijal
Official URL https://chromewebstore.google.com/detail/simple-weather/gfdfkmhjajkdnlcnbkdmjkmjikkkijal
Description A basic weather widget.
File Size 374 KB
Installation Count 17
Current Version 0.0.2
Last Updated 2020-05-24
Publish Date 2020-05-24
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Weather",
    "description": "A basic weather widget.",
    "version": "0.0.2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Weather Widget"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "optional_permissions": [
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' 'sha256-S0u+tc0vCU5CEg3t6WQwjf76zqTvdIt6+gvLnfjLh4o='; object-src 'self'"
}