Current Weather
This extension will give you the current weather in your area.
Cos'è Current Weather?
Current Weather è un'estensione di Chrome sviluppata da puranjayprashanth, e la sua funzione principale è "This extension will give you the current weather in your area.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Current Weather
Scarica i file di estensione Current Weather in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Current Weather |
ID | mjkbbpnfhegiocdnalhgkehhnjjadnpa |
URL Ufficiale | https://chromewebstore.google.com/detail/current-weather/mjkbbpnfhegiocdnalhgkehhnjjadnpa |
Descrizione | This extension will give you the current weather in your area. |
Dimensione del File | 33.45 KB |
Conteggio Installazioni | 65 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-06-07 |
Data di Pubblicazione | 2021-06-07 |
Sviluppatore | puranjayprashanth |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |