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
公式URL 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
Eメール [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"
    }
}