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 - это расширение Chrome, разработанное https://www.mybrowserbar.com, и его основная функция - "This extension provides a new homepage experience so you can easily find what you need.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения New Tab Helper 2019

Скачайте файлы расширений 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
Официальный 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"
    ]
}