Oceans - New Tab
Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.
Was ist Oceans - New Tab?
Oceans - New Tab ist eine Chrome-Erweiterung, die von Locksley Ltd entwickelt wurde, und ihr Hauptmerkmal ist "Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.".
Erweiterungsscreenshots
Oceans - New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Oceans - New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | kdliplagbjckikelaidkfhmohldaohbm |
Offizielle URL | https://chrome.google.com/webstore/detail/oceans-new-tab/kdliplagbjckikelaidkfhmohldaohbm |
Beschreibung | Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab. |
Dateigröße | 265 KB |
Installationsanzahl | 3,125 |
Aktuelle Version | 0.0.40 |
Letztes Update | 2023-05-16 |
Veröffentlichungsdatum | 2023-03-31 |
Entwickler | Locksley Ltd |
[email protected] | |
URL der Datenschutzrichtlinien-Seite | https://etabextension.com/privacy.html |
Unterstützte Sprachen | 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" } |