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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}