Oceans - New Tab
Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.
Co to jest Oceans - New Tab?
Oceans - New Tab to rozszerzenie Chrome opracowane przez Locksley Ltd, a jego główną funkcją jest „Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Oceans - New Tab
Pobierz pliki rozszerzeń Oceans - 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
Fills your new tabs with amazing Ocean backgrounds, you can select from a wide range of backgrounds for you to enjoy every time you open a new tab. To change the background image click the Change Background Icon in the top right on new tab. By clicking "Add to chrome", I accept and agree to installing Oceans - New Tab search setting will be provided by Microsoft Bing and that provided by the service, Terms of Use and Privacy Policy. https://oceansnewtab.com/new-tab/privacy.html https://oceansnewtab.com/new-tab/terms.html
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kdliplagbjckikelaidkfhmohldaohbm |
Oficjalny URL | https://chrome.google.com/webstore/detail/oceans-new-tab/kdliplagbjckikelaidkfhmohldaohbm |
Opis | Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab. |
Rozmiar pliku | 265 KB |
Liczba instalacji | 3,125 |
Aktualna Wersja | 0.0.40 |
Ostatnia Aktualizacja | 2023-05-16 |
Data Publikacji | 2023-03-31 |
Deweloper | Locksley Ltd |
[email protected] | |
Adres URL Strony Polityki Prywatności | https://etabextension.com/privacy.html |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oceans - New Tab", "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "background": { "service_worker": "background.bundle.js" }, "icons": { "48": "icon-128.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "host_permissions": [ "*:\/\/oceansnewtab.com\/*" ], "manifest_version": 3, "description": "Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.", "version": "0.0.40" } |