Simple Weather

A basic weather widget.

Cos'è Simple Weather?

Simple Weather è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A basic weather widget.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple Weather

Scarica i file di estensione Simple Weather in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Simple Weather Simple Weather
ID gfdfkmhjajkdnlcnbkdmjkmjikkkijal
URL Ufficiale https://chromewebstore.google.com/detail/simple-weather/gfdfkmhjajkdnlcnbkdmjkmjikkkijal
Descrizione A basic weather widget.
Dimensione del File 374 KB
Conteggio Installazioni 17
Versione Corrente 0.0.2
Ultimo Aggiornamento 2020-05-24
Data di Pubblicazione 2020-05-24
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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'"
}