TabX

Enhances the browsing experience by changing the default search engine

什麼是TabX?

TabX是由Crosa Apps開發的Chrome擴展程式,該擴展的主要功能是“Enhances the browsing experience by changing the default search engine”。

擴展截圖

screenshot
screenshot
screenshot

下載TabX擴展crx文件

下載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
官方網址 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"
    }
}