Oceans - New Tab
Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.
Cos'è Oceans - New Tab?
Oceans - New Tab è un'estensione di Chrome sviluppata da Locksley Ltd, e la sua funzione principale è "Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Oceans - New Tab
Scarica i file di estensione Oceans - New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | kdliplagbjckikelaidkfhmohldaohbm |
URL Ufficiale | https://chrome.google.com/webstore/detail/oceans-new-tab/kdliplagbjckikelaidkfhmohldaohbm |
Descrizione | Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab. |
Dimensione del File | 265 KB |
Conteggio Installazioni | 3,125 |
Versione Corrente | 0.0.40 |
Ultimo Aggiornamento | 2023-05-16 |
Data di Pubblicazione | 2023-03-31 |
Sviluppatore | Locksley Ltd |
[email protected] | |
URL della Pagina della Politica sulla Privacy | https://etabextension.com/privacy.html |
Lingue Supportate | 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" } |