Weather App
The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Co to jest Weather App?
Weather App to rozszerzenie Chrome opracowane przez https://arunayyappath.me, a jego główną funkcją jest „The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Weather App
Pobierz pliki rozszerzeń Weather App 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
It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates
Podstawowe informacje o rozszerzeniu
Nazwa | Weather App |
ID | npaebkdojgajejbpgegfgkdgfkokmepi |
Oficjalny URL | https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi |
Opis | The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations. |
Rozmiar pliku | 379 KB |
Liczba instalacji | 264 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2019-08-21 |
Data Publikacji | 2019-08-21 |
Ocena | 3.80/5 Łącznie 5 Oceny |
Deweloper | https://arunayyappath.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://arunayyappath.me/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Weather", "manifest_version": 2, "name": "Weather App", "version": "1.0.1", "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "geolocation" ] } |