TabX

Enhances the browsing experience by changing the default search engine

ما هو TabX؟

TabX هو إضافة Chrome تم تطويرها بواسطة Crosa Apps، والميزة الرئيسية لها هي "Enhances the browsing experience by changing the default search engine".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TabX

قم بتنزيل ملفات الامتداد TabX بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        TabX is an extension will 
- Change the default search engine functionality to WebSearches.

Some important information for you:
-	By clicking on the 'Add to Chrome' button and installing TabX extension, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. 
-	By installing, TabX will change your Chrome's default search.
-	You may remove or disable this extension anytime.
-	Review our Terms of Service: https://newtaber.com/tos.html

Contact us! We'd love to hear from you: [email protected]                    

معلومات أساسية عن التمديد

الاسم TabX TabX
ID eminfcgojjkkiodcjhcllcfielmgfmhi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tabx/eminfcgojjkkiodcjhcllcfielmgfmhi
الوصف Enhances the browsing experience by changing the default search engine
حجم الملف 82.78 KB
عدد التثبيتات 5,395
النسخة الحالية 0.0.3
آخر تحديث 2022-02-17
تاريخ النشر 2021-07-07
تقييم 5.00/5 مجموع تقييمات 1
المطور Crosa Apps
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://newtaber.com/
عنوان صفحة المساعدة https://newtaber.com/#contactus
عنوان صفحة سياسة الخصوصية https://newtaber.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabX",
    "version": "0.0.3",
    "manifest_version": 3,
    "description": "Enhances the browsing experience by changing the default search engine",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "WebSearch",
            "keyword": "websearch",
            "search_url": "https:\/\/newtaber.com\/search?q={searchTerms}",
            "favicon_url": "https:\/\/newtaber.com\/assets\/yahoo-logo.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "16": "assets\/icons\/logo.png",
        "48": "assets\/icons\/logo.png",
        "128": "assets\/icons\/logo.png"
    }
}