New Tab Helper 2019
This extension provides a new homepage experience so you can easily find what you need.
Was ist New Tab Helper 2019?
New Tab Helper 2019 ist eine Chrome-Erweiterung, die von https://www.mybrowserbar.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides a new homepage experience so you can easily find what you need.".
Erweiterungsscreenshots
New Tab Helper 2019-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab Helper 2019-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | New Tab Helper 2019 |
ID | hbcennhacfaagdopikcegfcobcadeocj |
Offizielle URL | https://chromewebstore.google.com/detail/new-tab-helper-2019/hbcennhacfaagdopikcegfcobcadeocj |
Beschreibung | This extension provides a new homepage experience so you can easily find what you need. |
Dateigröße | 80.45 KB |
Installationsanzahl | 25,960 |
Aktuelle Version | 2.4 |
Letztes Update | 2023-11-23 |
Veröffentlichungsdatum | 2020-05-25 |
Bewertung | 3.16/5 Insgesamt 68 Bewertungen |
Entwickler | https://www.mybrowserbar.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.mybrowserbar.com/privacy.html |
Unterstützte Sprachen | 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" ] } |