Simple Weather

A basic weather widget.

Wat is Simple Weather?

Simple Weather is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A basic weather widget.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple Weather

Download Simple Weather-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Simple Weather Simple Weather
ID gfdfkmhjajkdnlcnbkdmjkmjikkkijal
Officiële URL https://chromewebstore.google.com/detail/simple-weather/gfdfkmhjajkdnlcnbkdmjkmjikkkijal
Beschrijving A basic weather widget.
Bestandsgrootte 374 KB
Aantal Installaties 17
Huidige Versie 0.0.2
Laatst Bijgewerkt 2020-05-24
Publicatiedatum 2020-05-24
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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'"
}