Current Weather
This extension will give you the current weather in your area.
Co to jest Current Weather?
Current Weather to rozszerzenie Chrome opracowane przez puranjayprashanth, a jego główną funkcją jest „This extension will give you the current weather in your area.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Current Weather
Pobierz pliki rozszerzeń Current Weather w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Current Weather |
ID | mjkbbpnfhegiocdnalhgkehhnjjadnpa |
Oficjalny URL | https://chromewebstore.google.com/detail/current-weather/mjkbbpnfhegiocdnalhgkehhnjjadnpa |
Opis | This extension will give you the current weather in your area. |
Rozmiar pliku | 33.45 KB |
Liczba instalacji | 65 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-06-07 |
Data Publikacji | 2021-06-07 |
Deweloper | puranjayprashanth |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |