Weather

Extension shows the temperature and weather conditions for your current location

Cos'è Weather?

Weather è un'estensione di Chrome sviluppata da https://skyweather.org, e la sua funzione principale è "Extension shows the temperature and weather conditions for your current location".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Weather

Scarica i file di estensione 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

                        Features:
- configurable update period 
- configurable units: Fahrenheit/Celsius
- icon shows current temperature, cloudiness                    

Informazioni di Base sull'Estensione

Nome Weather Weather
ID lfoeldoapdhdbhmcdgmnijfgbhlonjea
URL Ufficiale https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea
Descrizione Extension shows the temperature and weather conditions for your current location
Dimensione del File 41.82 KB
Conteggio Installazioni 4,298
Versione Corrente 1.0.3.0
Ultimo Aggiornamento 2023-08-10
Data di Pubblicazione 2016-04-19
Valutazione 3.50/5 Totale 42 Valutazioni
Sviluppatore https://skyweather.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://skyweather.org/
URL della Pagina di Aiuto https://skyweather.org/
URL della Pagina della Politica sulla Privacy https://stopreclame.com/privacy.html
Lingue Supportate de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "1.0.3.0",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-48.png",
            "38": "images\/icon-48.png"
        },
        "default_title": "__MSG_popup_description__",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "alarms",
        "geolocation",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.skyweather.org\/*"
    ]
}