New Tab Helper 2019

This extension provides a new homepage experience so you can easily find what you need.

New Tab Helper 2019 là gì?

New Tab Helper 2019 là một tiện ích mở rộng Chrome được phát triển bởi https://www.mybrowserbar.com, và tính năng chính của nó là "This extension provides a new homepage experience so you can easily find what you need.".

Ả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 New Tab Helper 2019

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

                        This extension provide a new tab where you can search with Yahoo.
We include the latest pages you visited also so you can access them easily.
You can disable the new tab page from the bottom of the new tab page.  

FAQs:
Q: Is New Tab Helper free?
A: Yes, it's not only free, but it’s also simple, unobtrusive and easy to use.  

Q: How do you uninstall/disable New Tab Helper?
A: You can easily uninstall the New Tab Helper extension by selecting the List menu > More Tools > Extensions in your browser. Find the extension and remove/disable it.                    

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

Tên New Tab Helper 2019 New Tab Helper 2019
ID hbcennhacfaagdopikcegfcobcadeocj
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-helper-2019/hbcennhacfaagdopikcegfcobcadeocj
Mô tả This extension provides a new homepage experience so you can easily find what you need.
Kích Thước Tệp 80.45 KB
Số Lần Cài Đặt 25,960
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2023-11-23
Ngày Phát Hành 2020-05-25
Đánh Giá 3.16/5 Tổng số 68 Đánh Giá
Nhà Phát Triển https://www.mybrowserbar.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.mybrowserbar.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Helper 2019",
    "description": "This extension provides a new homepage experience so you can easily find what you need.",
    "version": "2.4",
    "background": {
        "scripts": [
            "scripts\/utils.js",
            "scripts\/ntp.js",
            "scripts\/background.js"
        ]
    },
    "icons": {
        "19": "icons\/hp-19.png",
        "48": "icons\/hp-48.png",
        "128": "icons\/hp-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "ntp\/newtab.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.mybrowserbar.com\/",
        "webNavigation",
        "history",
        "storage"
    ]
}