Current Weather

This extension will give you the current weather in your area.

Qu'est-ce que Current Weather ?

Current Weather est une extension Chrome développée par puranjayprashanth, et sa fonction principale est "This extension will give you the current weather in your area.".

Captures d'Écran de l'Extension

screenshot

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

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

                        This chrome extension always user to get the current weather in their current location. It uses you longitude and latitude to find out were you are. Then it uses a 3rd part service to get the current weather based on you position. This extension will give you the current precipitation, wind speed and other weather data based on your current location.                    

Informations de Base sur l'Extension

Nom Current Weather Current Weather
ID mjkbbpnfhegiocdnalhgkehhnjjadnpa
URL Officiel https://chromewebstore.google.com/detail/current-weather/mjkbbpnfhegiocdnalhgkehhnjjadnpa
Description This extension will give you the current weather in your area.
Taille du Fichier 33.45 KB
Nombre d'Installations 65
Version Actuelle 1.0
Dernière Mise à Jour 2021-06-07
Date de Publication 2021-06-07
Développeur puranjayprashanth
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Current Weather",
    "version": "1.0",
    "description": "This extension will give you the current weather in your area.",
    "author": "Puranjay Prashanth",
    "permissions": [
        "geolocation",
        "http:\/\/api.openweathermap.org\/data\/2.5\/weather"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Current Weather",
        "default_icon": {
            "16": "images\/Icon16.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "128": "images\/Icon128.png"
        }
    },
    "icons": {
        "16": "images\/Icon16.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "128": "images\/Icon128.png"
    },
    "manifest_version": 2
}