New Tab Helper 2019
This extension provides a new homepage experience so you can easily find what you need.
Wat is New Tab Helper 2019?
New Tab Helper 2019 is een Chrome-extensie ontwikkeld door https://www.mybrowserbar.com, en de belangrijkste functie is "This extension provides a new homepage experience so you can easily find what you need.".
Extensie Screenshots
Download het CRX-bestand van de extensie New Tab Helper 2019
Download New Tab Helper 2019-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | New Tab Helper 2019 |
ID | hbcennhacfaagdopikcegfcobcadeocj |
Officiële URL | https://chromewebstore.google.com/detail/new-tab-helper-2019/hbcennhacfaagdopikcegfcobcadeocj |
Beschrijving | This extension provides a new homepage experience so you can easily find what you need. |
Bestandsgrootte | 80.45 KB |
Aantal Installaties | 25,960 |
Huidige Versie | 2.4 |
Laatst Bijgewerkt | 2023-11-23 |
Publicatiedatum | 2020-05-25 |
Beoordeling | 3.16/5 Totaal 68 Beoordelingen |
Ontwikkelaar | https://www.mybrowserbar.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://www.mybrowserbar.com/privacy.html |
Ondersteunde Talen | 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" ] } |