New Tab Helper 2019

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

什麼是New Tab Helper 2019?

New Tab Helper 2019是由https://www.mybrowserbar.com開發的Chrome擴展程式,該擴展的主要功能是“This extension provides a new homepage experience so you can easily find what you need.”。

擴展截圖

screenshot

下載New Tab Helper 2019擴展crx文件

下載New Tab Helper 2019擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 New Tab Helper 2019 New Tab Helper 2019
ID hbcennhacfaagdopikcegfcobcadeocj
官方網址 https://chromewebstore.google.com/detail/new-tab-helper-2019/hbcennhacfaagdopikcegfcobcadeocj
簡介 This extension provides a new homepage experience so you can easily find what you need.
檔案大小 80.45 KB
安裝次數 25,960
目前版本 2.4
更新時間 2023-11-23
上架時間 2020-05-25
評分 3.16/5 共 68 次評分
開發者 https://www.mybrowserbar.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://www.mybrowserbar.com/privacy.html
支援的語言 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"
    ]
}