ActualWeather
Get current weather in your browser!
Co to jest ActualWeather?
ActualWeather to rozszerzenie Chrome opracowane przez AdsSquared, LLC, a jego główną funkcją jest „Get current weather in your browser!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ActualWeather
Pobierz pliki rozszerzeń ActualWeather 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
Actual Weather gives you quick easy access to your weather at a glance when you open a new tab Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jlalmckfngpijaibdnbphajodinicbfn |
| Oficjalny URL | https://chromewebstore.google.com/detail/actualweather/jlalmckfngpijaibdnbphajodinicbfn |
| Opis | Get current weather in your browser! |
| Rozmiar pliku | 3.32 MB |
| Liczba instalacji | 114 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2023-11-03 |
| Data Publikacji | 2023-10-10 |
| Ocena | 5.00/5 Łącznie 21 Oceny |
| Deweloper | AdsSquared, LLC |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://ActualWeather.com |
| Adres URL Strony Pomocy | https://ActualWeather.com/contact.html |
| Adres URL Strony Polityki Prywatności | https://adssquared.com/privacy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ActualWeather",
"description": "Get current weather in your browser!",
"version": "0.0.2",
"manifest_version": 3,
"icons": {
"16": "resources\/icons\/icon16.png",
"48": "resources\/icons\/icon48.png",
"128": "resources\/icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"action": {
"default_popup": "newtab.html",
"default_icon": []
}
} | |