UniTab

Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.

UniTab là gì?

UniTab là một tiện ích mở rộng Chrome được phát triển bởi https://www.unitab.co, và tính năng chính của nó là "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng UniTab 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

                        Search the internet with stunning new tab wallpapers.

Please enjoy your search experience. The UniTab extension will configure your default search and new tab to UniTab.

By clicking "Add to chrome", I accept and agree to installing 'UniTab' -  Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms Of Use and Privacy Policy.

Terms Of Use: https://www.unitab.co/eula
Privacy Policy: https://www.unitab.co/privacy

The extension will update your new tab settings and will change your search to be powered by Microsoft Bing.                    

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

Tên UniTab UniTab
ID pkofgnelfapboohgpdhkcihfgbemgpla
URL Chính Thức https://chromewebstore.google.com/detail/unitab/pkofgnelfapboohgpdhkcihfgbemgpla
Mô tả Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.
Kích Thước Tệp 20.55 MB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-06-17
Ngày Phát Hành 2023-05-06
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.unitab.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.unitab.co
URL Trang Chính Sách Bảo Mật https://www.unitab.co/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "author": "UniTab",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.",
    "homepage_url": "https:\/\/www.unitab.co",
    "icons": {
        "16": "icon\/16x16.png",
        "32": "icon\/32x32.png",
        "48": "icon\/48x48.png",
        "128": "icon\/128x128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "UniTab",
    "permissions": [
        "tabs",
        "storage"
    ],
    "short_name": "UniTab",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.png"
            ]
        }
    ]
}