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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/
URL страницы помощи https://newtaber.com/#contactus
URL страницы политики конфиденциальности 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"
    }
}