Weather Widget
Weather Widget By Rohan Patil
Co to jest Weather Widget?
Weather Widget to rozszerzenie Chrome opracowane przez Silypointer, a jego główną funkcją jest „Weather Widget By Rohan Patil”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Weather Widget
Pobierz pliki rozszerzeń Weather Widget 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
Created a Simple Google Chrome Extension for getting current weather. User needs to search for proper city, and extension will respond back with Local Time Temperature and Weather Description. Extension in back end calls an API which in turn calls an API from weatherstack.com (free). Currently the response output is not altered.
Podstawowe informacje o rozszerzeniu
Nazwa | Weather Widget |
ID | cbfonhkeidkoldmfnffmpejogimdjknc |
Oficjalny URL | https://chromewebstore.google.com/detail/weather-widget/cbfonhkeidkoldmfnffmpejogimdjknc |
Opis | Weather Widget By Rohan Patil |
Rozmiar pliku | 238 KB |
Liczba instalacji | 131 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2021-01-09 |
Data Publikacji | 2021-01-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Silypointer |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Widget", "description": "Weather Widget By Rohan Patil", "version": "0.1", "icons": { "16": "images\/weather_16.png", "128": "images\/weather_128.png" }, "content_scripts": [ { "matches": [ " |