Fox Tab

Enhances the browsing experience by changing the default search engine

什麼是Fox Tab?

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

擴展截圖

screenshot
screenshot

下載Fox Tab擴展crx文件

下載Fox Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        FoxTab 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 FoxTab extension, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. 
-	By installing, FoxTab 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]                    

擴展基本資訊

名稱 Fox Tab Fox Tab
ID pecgmnihbokhfnemdmjbkhcgpehlcokj
官方網址 https://chromewebstore.google.com/detail/fox-tab/pecgmnihbokhfnemdmjbkhcgpehlcokj
簡介 Enhances the browsing experience by changing the default search engine
檔案大小 91.15 KB
安裝次數 2,205
目前版本 0.0.1
更新時間 2023-04-06
上架時間 2023-03-10
評分 4.50/5 共 2 次評分
開發者 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": "Fox Tab",
    "version": "0.0.1",
    "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"
    }
}