Weather

The best way to see the Weather Forecast right in your browser. Easier than looking outside!

Qu'est-ce que Weather ?

Weather est une extension Chrome développée par https://weatherextension.com, et sa fonction principale est "The best way to see the Weather Forecast right in your browser. Easier than looking outside!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
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

                        Weather automatically locates and displays your current weather forecast, hourly and 7 day forecast. The app icon will automatically update to your current temperature. Very easy to use with more features coming soon!

Features
-----------------
* Multiple Weather Data Sources (Visual Crossing Api, PirateWeather Api, and more) 
* Hourly and 7 day forecasts
 * Precipitation and Severe Weather alerts
 * Temperature in your Toolbar
 * Geolocation
 * Supports multiple languages
 * Multiple locations
 * Animated icons
 * Set custom location by address or zip code
 * Choose Fahrenheit or Celsius
 * Settings sync between devices
 * 12h/24h time format
 * Accurate Weather Forecast

FAQ: timleland.com/weather-extension-faq                    

Informations de Base sur l'Extension

Nom Weather Weather
ID iolcbmjhmpdheggkocibajddahbeiglb
URL Officiel https://chromewebstore.google.com/detail/weather/iolcbmjhmpdheggkocibajddahbeiglb
Description The best way to see the Weather Forecast right in your browser. Easier than looking outside!
Taille du Fichier 10.82 MB
Nombre d'Installations 153,933
Version Actuelle 6.0.14
Dernière Mise à Jour 2024-01-18
Date de Publication 2020-05-22
Évaluation 2.82/5 Total 6327 Évaluations
Développeur https://weatherextension.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://weatherextension.com/
URL de la Page d'Aide https://timleland.com/weather-extension-faq/
URL de la Page de Politique de Confidentialité https://t.ly/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather",
    "short_name": "Weather",
    "homepage_url": "https:\/\/weatherextension.com\/",
    "version": "6.0.14",
    "description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage",
        "geolocation",
        "notifications",
        "idle"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}