Weather

Extension shows the temperature and weather conditions for your current location

Qu'est-ce que Weather ?

Weather est une extension Chrome développée par https://skyweather.org, et sa fonction principale est "Extension shows the temperature and weather conditions for your current location".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Weather 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

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

Informations de Base sur l'Extension

Nom Weather Weather
ID lfoeldoapdhdbhmcdgmnijfgbhlonjea
URL Officiel https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea
Description Extension shows the temperature and weather conditions for your current location
Taille du Fichier 41.82 KB
Nombre d'Installations 4,298
Version Actuelle 1.0.3.0
Dernière Mise à Jour 2023-08-10
Date de Publication 2016-04-19
Évaluation 3.50/5 Total 42 Évaluations
Développeur https://skyweather.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://skyweather.org/
URL de la Page d'Aide https://skyweather.org/
URL de la Page de Politique de Confidentialité https://stopreclame.com/privacy.html
Langues Prises en Charge 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\/*"
    ]
}