Weather New Tab
The best weather new tab extention
Co to jest Weather New Tab?
Weather New Tab to rozszerzenie Chrome opracowane przez weathernewtab, a jego główną funkcją jest „The best weather new tab extention”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Weather New Tab
Pobierz pliki rozszerzeń Weather New Tab 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
Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"
Podstawowe informacje o rozszerzeniu
Nazwa | Weather New Tab |
ID | bpbogmolkofliadijppmedcifmejecjk |
Oficjalny URL | https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk |
Opis | The best weather new tab extention |
Rozmiar pliku | 1.67 MB |
Liczba instalacji | 6,921 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2023-05-30 |
Data Publikacji | 2022-10-26 |
Deweloper | weathernewtab |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://weathernewtab.com/privacy.html |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 3, "name": "Weather New Tab", "version": "1.0.4", "description": "The best weather new tab extention", "permissions": [ "geolocation", "cookies", "storage" ], "chrome_url_overrides": { "newtab": "tab.html" }, "action": { "default_icon": "icon.png" } } |