New Tab Helper 2019

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

Qu'est-ce que New Tab Helper 2019 ?

New Tab Helper 2019 est une extension Chrome développée par https://www.mybrowserbar.com, et sa fonction principale est "This extension provides a new homepage experience so you can easily find what you need.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension New Tab Helper 2019

Téléchargez les fichiers d'extension New Tab Helper 2019 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom New Tab Helper 2019 New Tab Helper 2019
ID hbcennhacfaagdopikcegfcobcadeocj
URL Officiel https://chromewebstore.google.com/detail/new-tab-helper-2019/hbcennhacfaagdopikcegfcobcadeocj
Description This extension provides a new homepage experience so you can easily find what you need.
Taille du Fichier 80.45 KB
Nombre d'Installations 25,960
Version Actuelle 2.4
Dernière Mise à Jour 2023-11-23
Date de Publication 2020-05-25
Évaluation 3.16/5 Total 68 Évaluations
Développeur https://www.mybrowserbar.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.mybrowserbar.com/privacy.html
Langues Prises en Charge 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"
    ]
}