Oceans - New Tab

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

Oceans - New Tab là gì?

Oceans - New Tab là một tiện ích mở rộng Chrome được phát triển bởi Locksley Ltd, và tính năng chính của nó là "Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Oceans - New Tab

Tải xuống các tệp mở rộng Oceans - New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Oceans - New Tab Oceans - New Tab
ID kdliplagbjckikelaidkfhmohldaohbm
URL Chính Thức https://chrome.google.com/webstore/detail/oceans-new-tab/kdliplagbjckikelaidkfhmohldaohbm
Mô tả Oceans New Tab Extension Will Display Amazing Images Of the oceans In Your New Tab.
Kích Thước Tệp 265 KB
Số Lần Cài Đặt 3,125
Phiên Bản Hiện Tại 0.0.40
Cập Nhật Lần Cuối 2023-05-16
Ngày Phát Hành 2023-03-31
Nhà Phát Triển Locksley Ltd
Email [email protected]
URL Trang Chính Sách Bảo Mật https://etabextension.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}