Web Tab Live

Replace the new tab background with a beautiful abstract wallpaper.

Web Tab Live là gì?

Web Tab Live là một tiện ích mở rộng Chrome được phát triển bởi https://webtablive.com, và tính năng chính của nó là "Replace the new tab background with a beautiful abstract wallpaper.".

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

screenshot

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

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

                        Give your Chrome a new look with abstract wallpapers.
Web Tab Live extension brings a fresh look to your default Chrome New Tab page. With every Chrome browser or new tab launch, you will enjoy the abstract wallpapers.
The extension will update your new-tab search and it will be powered by Microsoft Bing.

Features:
- One fixed wallpaper: You may want a fixed wallpaper you always want to see, then just click on an image listed in the backgrounds section
- Quick Links: Quickly access to the most popular social media websites
- Search box: Search the entire web within the extension

Terms of Use: https://webtablive.com/terms.html
Privacy Policy: https://webtablive.com/privacy.html

By click on the «Add to Chrome» button in the top right hand corner and installing the Web Tab Live extension, you are agreeing to install this extension, you are agreeing to our Privacy Policy, and you are agreeing to our Terms of Use.                    

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

Tên Web Tab Live Web Tab Live
ID oibdcapfnpanimpddghpiicflamancko
URL Chính Thức https://chromewebstore.google.com/detail/web-tab-live/oibdcapfnpanimpddghpiicflamancko
Mô tả Replace the new tab background with a beautiful abstract wallpaper.
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-11-01
Ngày Phát Hành 2021-03-30
Nhà Phát Triển https://webtablive.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://webtablive.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 2,
    "name": "Web Tab Live",
    "version": "1.0.2",
    "description": "Replace the new tab background with a beautiful abstract wallpaper.",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "https:\/\/webtablive.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "bootstrap.html"
    },
    "background": {
        "scripts": [
            "lib.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}