New Tab Helper 72

Enhance your New Tab Page with a search box that allows you to search the web using Yahoo.

Τι είναι το New Tab Helper 72;

Το New Tab Helper 72 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.mybrowserbar.com, και η κύρια λειτουργία του είναι "Enhance your New Tab Page with a search box that allows you to search the web using Yahoo.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης New Tab Helper 72

Λήψη αρχείων επέκτασης New Tab Helper 72 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Enhance your New Tab Page with a Yahoo search box

New Tab Helper is a free, safe and friendly extension that offers you the possibility of searching the web with Yahoo from your new tab page.  This functionality does not interfere with the list of your most used sites which are still displayed.  This functionality can be easily disabled from the new tab page through a link at the bottom of the page.  The extension is simple, unobtrusive and easy to use.  

FAQs:

Q: What is New Tab Helper?
A: New Tab Helper is a browser add-on that offers you the possibility of searching the web with Yahoo from your new tab page

Q: Is New Tab Helper free?
A: Yes, it's free!

Q: How can I disable this page and go back to the default Google Chrome new tab page?
A: At the bottom of the screen you have a link that says: Disable custom new tab page.  Click on that and that’s it.

Q: How do I remove this extension and go back to the default Google Chrome new tab page?
A: In the top right corner, click the List menu > More Tools > Extensions in your browser. Find the extension and remove/disable it.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα New Tab Helper 72 New Tab Helper 72
ID kdmchalhobbejlbnkgkldeblaeijamhb
Επίσημο URL https://chromewebstore.google.com/detail/new-tab-helper-72/kdmchalhobbejlbnkgkldeblaeijamhb
Περιγραφή Enhance your New Tab Page with a search box that allows you to search the web using Yahoo.
Μέγεθος Αρχείου 81.27 KB
Αριθμός Εγκαταστάσεων 15,306
Τρέχουσα Έκδοση 2.3.0.5
Τελευταία Ενημέρωση 2020-05-26
Ημερομηνία Δημοσίευσης 2020-05-25
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής 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 72",
    "short_name": "New Tab Helper",
    "version": "2.3.0.5",
    "background": {
        "scripts": [
            "scripts\/utils.js",
            "scripts\/ntp.js",
            "scripts\/background.js"
        ]
    },
    "icons": {
        "128": "icons\/nth-128.png",
        "48": "icons\/nth-48.png"
    },
    "chrome_url_overrides": {
        "newtab": "ntp\/newtab.html"
    },
    "description": "Enhance your New Tab Page with a search box that allows you to search the web using Yahoo.",
    "permissions": [
        "tabs",
        "webNavigation",
        "history",
        "chrome:\/\/favicon\/*",
        "storage",
        "*:\/\/*.mybrowserbar.com\/"
    ],
    "chrome_settings_overrides": {
        "homepage": "http:\/\/www.mybrowserbar.com\/cgi\/yhr.cgi?type=hp&cnid=0",
        "startup_pages": [
            "http:\/\/www.mybrowserbar.com\/cgi\/yhr.cgi?type=hp&cnid=0"
        ]
    }
}