Searchbridge Enhanced Search

Set your home page to Searchbridge.co with enhanced search of the Web, Images, Businesses, Videos and more.

Searchbridge Enhanced Searchとは何ですか?

Searchbridge Enhanced Searchはsearchbridgeによって開発されたChromeの拡張機能で、その主な機能は「Set your home page to Searchbridge.co with enhanced search of the Web, Images, Businesses, Videos and more.」です。

拡張機能のスクリーンショット

screenshot

Searchbridge Enhanced Search拡張機能のCRXファイルをダウンロード

Searchbridge Enhanced Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Searchbridge extension will set your home page to Searchbridge.co and will update your new tab search and default search. When you search on Searchbridge.co you will see search results for the type of search you perform, including Web, Images, Videos, and Businesses. 

Searchbridge believes in helping our users find and support local businesses. We believe that supporting and buying local is how we create strong communities and support our local economies. When you install the Searchbridge Enhanced Search extension, you will be able to use the Searchbridge.co as your default search page. 

Please reach out with any feature requests or bug reports- our mission is to continue to evolve Searchbridge.co with new features and deliver a high quality web search experience. 

Our Terms of Service are available here: https://searchbridge.co/terms

Our Privacy Policy is available here: https://searchbridge.co/privacy

You may contact SearchBridge on our contact page, available at this url: https://searchbridge.co/contact                    

拡張機能の基本情報

名前 Searchbridge Enhanced Search Searchbridge Enhanced Search
ID cphdfnkapmpajanckedafmhancapjmne
公式URL https://chromewebstore.google.com/detail/searchbridge-enhanced-sea/cphdfnkapmpajanckedafmhancapjmne
説明 Set your home page to Searchbridge.co with enhanced search of the Web, Images, Businesses, Videos and more.
ファイルサイズ 10.74 KB
インストール数 20,000
現在のバージョン 1.2.02
最終更新日 2020-11-25
公開日 2020-08-26
開発者 searchbridge
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.searchbridge.co
ヘルプページのURL https://www.searchbridge.co/contact
プライバシーポリシーページのURL https://searchbridge.co/Privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Searchbridge Enhanced Search",
    "description": "Set your home page to Searchbridge.co with enhanced search of the Web, Images, Businesses, Videos and more.",
    "version": "1.2.02",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.searchbridge.co\/*",
                "https:\/\/searchbridge.co\/*",
                "http:\/\/www.searchbridge.co\/*",
                "http:\/\/searchbridge.co\/*"
            ],
            "js": [
                "js\/background.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.searchbridge.co\/favicon.ico",
            "instant_url": "https:\/\/www.searchbridge.co\/search\/{searchTerms}?utm_source=exten-inst",
            "instant_url_post_params": "",
            "is_default": true,
            "keyword": "Default-Search",
            "name": "Searchbridge",
            "search_url": "https:\/\/www.searchbridge.co\/search\/{searchTerms}?utm_source=exten-srch",
            "search_url_post_params": ""
        }
    },
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "icons\/checker.gif"
    ]
}