World Weather
Get weather right in your browser homepage with our extension!
Co to jest World Weather?
World Weather to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „Get weather right in your browser homepage with our extension!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia World Weather
Pobierz pliki rozszerzeń World 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
For more details: https://world-weather-extension.com/pages/terms-of-use.html https://world-weather-extension.com/pages/privacy-policy.html Get the the update weather directly on your homepage! By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.
Podstawowe informacje o rozszerzeniu
Nazwa | World Weather |
ID | jkmfelbjabcdkngelgnaimnlglpdpbme |
Oficjalny URL | https://chromewebstore.google.com/detail/world-weather/jkmfelbjabcdkngelgnaimnlglpdpbme |
Opis | Get weather right in your browser homepage with our extension! |
Rozmiar pliku | 1.89 MB |
Liczba instalacji | 10,683 |
Aktualna Wersja | 1.4.1 |
Ostatnia Aktualizacja | 2022-07-12 |
Data Publikacji | 2022-06-28 |
Ocena | 3.75/5 Łącznie 12 Oceny |
Deweloper | [email protected] |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://world-weather-extension.com/ |
Adres URL Strony Pomocy | https://world-weather-extension.com/pages/contact.html |
Adres URL Strony Polityki Prywatności | https://world-weather-extension.com/pages/privacy-policy.html |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png", "128": "icon128.6aa15eb0.png" }, "action": { "default_icon": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png" } }, "version": "1.4.1", "name": "World Weather", "description": "Get weather right in your browser homepage with our extension!", "author": "", "chrome_url_overrides": { "newtab": "newtab.06c72619.html" }, "permissions": [], "host_permissions": [ "*:\/\/*.world-weather-extension.com\/*" ] } |