Current Weather

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

Was ist Current Weather?

Current Weather ist eine Chrome-Erweiterung, die von puranjayprashanth entwickelt wurde, und ihr Hauptmerkmal ist "This extension will give you the current weather in your area.".

Erweiterungsscreenshots

screenshot

Current Weather-Erweiterungs-CRX-Datei herunterladen

Laden Sie Current Weather-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Current Weather Current Weather
ID mjkbbpnfhegiocdnalhgkehhnjjadnpa
Offizielle URL https://chromewebstore.google.com/detail/current-weather/mjkbbpnfhegiocdnalhgkehhnjjadnpa
Beschreibung This extension will give you the current weather in your area.
Dateigröße 33.45 KB
Installationsanzahl 65
Aktuelle Version 1.0
Letztes Update 2021-06-07
Veröffentlichungsdatum 2021-06-07
Entwickler puranjayprashanth
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}