Quick Search Tool

Search the web using this useful tool from the address bar.

Quick Search Toolとは何ですか?

Quick Search Toolはhttps://quicksearchtool.comによって開発されたChromeの拡張機能で、その主な機能は「Search the web using this useful tool from the address bar.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension sets your default search setting to Quick Search Tool with results powered by Yahoo!. 

This extension can be uninstalled at any time.                    

拡張機能の基本情報

名前 Quick Search Tool Quick Search Tool
ID keadechokmcohlcampccppbjjeabghcd
公式URL https://chromewebstore.google.com/detail/quick-search-tool/keadechokmcohlcampccppbjjeabghcd
説明 Search the web using this useful tool from the address bar.
ファイルサイズ 10.67 KB
インストール数 301,165
現在のバージョン 1.2
最終更新日 2021-09-29
公開日 2021-09-29
評価 5.00/5 合計 2 レビュー
開発者 https://quicksearchtool.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://search.quicksearchtool.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sm.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/search.quicksearchtool.com\/favicon.ico",
            "is_default": true,
            "keyword": "QST",
            "name": "QuickSearchTool",
            "search_url": "https:\/\/query.quicksearchtool.com\/s?query={searchTerms}",
            "suggest_url": "https:\/\/search.quicksearchtool.com\/autosuggest?query={searchTerms}"
        }
    },
    "description": "Search the web using this useful tool from the address bar.",
    "icons": {
        "128": "icon.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Quick Search Tool",
    "omnibox": {
        "keyword": "search"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.quicksearchtool.com\/*",
        "*:\/\/query.quicksearchtool.com\/*"
    ],
    "version": "1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "*.json"
            ],
            "matches": [
                "*:\/\/*.quicksearchtool.com\/*"
            ]
        }
    ]
}