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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}