Weatherly

Weather extension to stay up to date.

Qu'est-ce que Weatherly ?

Weatherly est une extension Chrome développée par https://erlend.ee, et sa fonction principale est "Weather extension to stay up to date.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Weatherly

Téléchargez les fichiers d'extension Weatherly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Weatherly Weatherly
ID inogoogkkgnejkjmdhkepafkmblgoapl
URL Officiel https://chromewebstore.google.com/detail/weatherly/inogoogkkgnejkjmdhkepafkmblgoapl
Description Weather extension to stay up to date.
Taille du Fichier 1.09 MB
Nombre d'Installations 11
Version Actuelle 0.1.0
Dernière Mise à Jour 2020-10-25
Date de Publication 2020-10-21
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://erlend.ee
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.erlend.ee
Langues Prises en Charge 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'"
}