Oceans - New Tab

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

什麼是Oceans - New Tab?

Oceans - New Tab是由Locksley Ltd開發的Chrome擴展程式,該擴展的主要功能是“Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.”。

擴展截圖

screenshot
screenshot

下載Oceans - New Tab擴展crx文件

下載Oceans - New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Oceans - New Tab Oceans - New Tab
ID kdliplagbjckikelaidkfhmohldaohbm
官方網址 https://chrome.google.com/webstore/detail/oceans-new-tab/kdliplagbjckikelaidkfhmohldaohbm
簡介 Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.
檔案大小 265 KB
安裝次數 3,125
目前版本 0.0.40
更新時間 2023-05-16
上架時間 2023-03-31
開發者 Locksley Ltd
電子郵箱 [email protected]
隱私政策頁面URL https://etabextension.com/privacy.html
支援的語言 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"
}