Oceans - New Tab

Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.

Qu'est-ce que Oceans - New Tab ?

Oceans - New Tab est une extension Chrome développée par Locksley Ltd, et sa fonction principale est "Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Oceans - New Tab

Téléchargez les fichiers d'extension Oceans - New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Oceans - New Tab Oceans - New Tab
ID kdliplagbjckikelaidkfhmohldaohbm
URL Officiel https://chrome.google.com/webstore/detail/oceans-new-tab/kdliplagbjckikelaidkfhmohldaohbm
Description Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.
Taille du Fichier 265 KB
Nombre d'Installations 3,125
Version Actuelle 0.0.40
Dernière Mise à Jour 2023-05-16
Date de Publication 2023-03-31
Développeur Locksley Ltd
Email [email protected]
URL de la Page de Politique de Confidentialité https://etabextension.com/privacy.html
Langues Prises en Charge 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"
}