Weatherly

Weather extension to stay up to date.

Cos'è Weatherly?

Weatherly è un'estensione di Chrome sviluppata da https://erlend.ee, e la sua funzione principale è "Weather extension to stay up to date.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Weatherly

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

                        Check your weather and forecast with this simple little extension. It automatically detects your location and pulls the relevant weather data for your easy use.                    

Informazioni di Base sull'Estensione

Nome Weatherly Weatherly
ID inogoogkkgnejkjmdhkepafkmblgoapl
URL Ufficiale https://chromewebstore.google.com/detail/weatherly/inogoogkkgnejkjmdhkepafkmblgoapl
Descrizione Weather extension to stay up to date.
Dimensione del File 1.09 MB
Conteggio Installazioni 11
Versione Corrente 0.1.0
Ultimo Aggiornamento 2020-10-25
Data di Pubblicazione 2020-10-21
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://erlend.ee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.erlend.ee
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weatherly",
    "homepage_url": "http:\/\/www.erlend.ee",
    "description": "Weather extension to stay up to date.",
    "default_locale": "en",
    "permissions": [
        "geolocation"
    ],
    "icons": {
        "15": "icons\/logo1.png",
        "30": "icons\/logo2.png",
        "60": "icons\/logo3.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Weatherly",
        "default_icon": {
            "15": "icons\/logo1.png",
            "30": "icons\/logo2.png"
        }
    },
    "version": "0.1.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}