Simple Weather Forecast and Radar
Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Co to jest Simple Weather Forecast and Radar?
Simple Weather Forecast and Radar to rozszerzenie Chrome opracowane przez jburnette, a jego główną funkcją jest „Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Weather Forecast and Radar
Pobierz pliki rozszerzeń Simple Weather Forecast and Radar 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
swfr is a quick, simple, lightweight weather extension. It sits in your toolbar and displays the current temperature. When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.
Podstawowe informacje o rozszerzeniu
Nazwa | Simple Weather Forecast and Radar |
ID | ldcmpboldapnmhlpjkciekhpmhlnhfjp |
Oficjalny URL | https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp |
Opis | Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image. |
Rozmiar pliku | 57.62 KB |
Liczba instalacji | 487 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2018-08-13 |
Data Publikacji | 2018-08-13 |
Ocena | 3.39/5 Łącznie 23 Oceny |
Deweloper | jburnette |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Weather Forecast and Radar", "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.", "version": "1.5", "icons": { "128": "store_logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'", "permissions": [ "https:\/\/query.yahooapis.com\/", "https:\/\/sirocco.accuweather.com\/" ] } |