TabEasy

Customize your new tab page

TabEasy là gì?

TabEasy là một tiện ích mở rộng Chrome được phát triển bởi Tab Easy, và tính năng chính của nó là "Customize your new tab page".

Ả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 TabEasy

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

                        TabEasy transforms your chrome browser to display lovely 
wallpapers. 

Personalize your browser the way you want to and get to your bookmarks and apps with just one click or utilize the search bar and find what you want from the web within seconds. Also make use of the calendar, notes and date and time features available within TabEasy.

The search experience within TabEasy is provided by Microsoft Bing

Install TabEasy Today!

To remove the extension from Google Chrome™:

1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome™ browser.

2) Go to "Settings.”

3) In the left menu that appears, click on "Extensions.”

4) From the list of installed Extensions, locate the extension you would like to uninstall.

About Us: www.tab-easy.com/about-us.html
Contact Us: www.tab-easy.com/contact-us.html
Terms of Use: www.tab-easy.com/terms-condition.html
Privacy Policy: www.tab-easy.com/privacy-policy.html                    

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

Tên TabEasy TabEasy
ID kfbpeimmmidfldkgcpkfomeakgllmfib
URL Chính Thức https://chromewebstore.google.com/detail/tabeasy/kfbpeimmmidfldkgcpkfomeakgllmfib
Mô tả Customize your new tab page
Kích Thước Tệp 3.59 MB
Số Lần Cài Đặt 11,558
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2023-03-20
Ngày Phát Hành 2021-10-25
Nhà Phát Triển Tab Easy
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.tab-easy.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabEasy",
    "version": "1.7",
    "manifest_version": 3,
    "description": "Customize your new tab page",
    "permissions": [
        "geolocation"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "images\/icon-16X16.png",
        "default_title": "Welcome to TabEasy"
    },
    "icons": {
        "16": "images\/icon-16X16.png",
        "32": "images\/icon-32X32.png",
        "48": "images\/icon-48X48.png",
        "128": "images\/icon-128X128.png"
    }
}