Presearch.com Search With Us

Set your browser's default search to use Presearch.com

Presearch.com Search With Usとは何ですか?

Presearch.com Search With Usはhttps://presearch.comによって開発されたChromeの拡張機能で、その主な機能は「Set your browser's default search to use Presearch.com」です。

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

screenshot

Presearch.com Search With Us拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Allows users to search Presearch.com using the browser's address bar.                    

拡張機能の基本情報

名前 Presearch.com Search With Us Presearch.com Search With Us
ID inpoelmimmiplkcldmdljiboidfkcfbh
公式URL https://chromewebstore.google.com/detail/presearchcom-search-with/inpoelmimmiplkcldmdljiboidfkcfbh
説明 Set your browser's default search to use Presearch.com
ファイルサイズ 19.4 KB
インストール数 129,668
現在のバージョン 1.8
最終更新日 2023-09-04
公開日 2019-03-27
評価 4.36/5 合計 154 レビュー
開発者 https://presearch.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Presearch.com Search With Us",
    "description": "Set your browser's default search to use Presearch.com",
    "version": "1.8",
    "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.presearch.com\/*"
            ],
            "js": [
                "assets\/send-message.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Presearch",
            "keyword": "Presearch.com",
            "search_url": "https:\/\/presearch.com\/extsearch?term={searchTerms}",
            "favicon_url": "https:\/\/www.presearch.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true,
            "suggest_url": "https:\/\/presearch.com\/api\/suggest?q={searchTerms}"
        }
    }
}