New Tab Helper 72

Enhance your New Tab Page with a search box that allows you to search the web using Yahoo.

New Tab Helper 72란 무엇입니까?

New Tab Helper 72은(는) https://www.mybrowserbar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your New Tab Page with a search box that allows you to search the web using Yahoo."입니다.

확장 프로그램 스크린샷

screenshot

New Tab Helper 72 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enhance your New Tab Page with a Yahoo search box

New Tab Helper is a free, safe and friendly extension that offers you the possibility of searching the web with Yahoo from your new tab page.  This functionality does not interfere with the list of your most used sites which are still displayed.  This functionality can be easily disabled from the new tab page through a link at the bottom of the page.  The extension is simple, unobtrusive and easy to use.  

FAQs:

Q: What is New Tab Helper?
A: New Tab Helper is a browser add-on that offers you the possibility of searching the web with Yahoo from your new tab page

Q: Is New Tab Helper free?
A: Yes, it's free!

Q: How can I disable this page and go back to the default Google Chrome new tab page?
A: At the bottom of the screen you have a link that says: Disable custom new tab page.  Click on that and that’s it.

Q: How do I remove this extension and go back to the default Google Chrome new tab page?
A: In the top right corner, click the List menu > More Tools > Extensions in your browser. Find the extension and remove/disable it.                    

확장 프로그램 기본 정보

이름 New Tab Helper 72 New Tab Helper 72
ID kdmchalhobbejlbnkgkldeblaeijamhb
공식 URL https://chromewebstore.google.com/detail/new-tab-helper-72/kdmchalhobbejlbnkgkldeblaeijamhb
설명 Enhance your New Tab Page with a search box that allows you to search the web using Yahoo.
파일 크기 81.27 KB
설치 횟수 15,306
현재 버전 2.3.0.5
최근 업데이트 2020-05-26
출시 날짜 2020-05-25
평점 5.00/5 총 2 개의 평점
개발자 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 72",
    "short_name": "New Tab Helper",
    "version": "2.3.0.5",
    "background": {
        "scripts": [
            "scripts\/utils.js",
            "scripts\/ntp.js",
            "scripts\/background.js"
        ]
    },
    "icons": {
        "128": "icons\/nth-128.png",
        "48": "icons\/nth-48.png"
    },
    "chrome_url_overrides": {
        "newtab": "ntp\/newtab.html"
    },
    "description": "Enhance your New Tab Page with a search box that allows you to search the web using Yahoo.",
    "permissions": [
        "tabs",
        "webNavigation",
        "history",
        "chrome:\/\/favicon\/*",
        "storage",
        "*:\/\/*.mybrowserbar.com\/"
    ],
    "chrome_settings_overrides": {
        "homepage": "http:\/\/www.mybrowserbar.com\/cgi\/yhr.cgi?type=hp&cnid=0",
        "startup_pages": [
            "http:\/\/www.mybrowserbar.com\/cgi\/yhr.cgi?type=hp&cnid=0"
        ]
    }
}