Default Search Tool

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

Default Search Toolとは何ですか?

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

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Search the web using the Default Search Tool from the address bar.

Get inspired and make your Google Chrome experience better by replacing your browser's search bar or recent searches toolbar with Yahoo! search results.

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

This extension can be uninstalled at any time.

Privacy Policy: https://defaultsearchtool.com/Privacy.html
EULA: https://defaultsearchtool.com/Terms.html                    

拡張機能の基本情報

名前 Default Search Tool Default Search Tool
ID efmlapiifhopliikdcggdflihnhnadcc
公式URL https://chromewebstore.google.com/detail/default-search-tool/efmlapiifhopliikdcggdflihnhnadcc
説明 Search the web using this useful tool from the address bar.
ファイルサイズ 713 KB
インストール数 8,046
現在のバージョン 1.0.2
最終更新日 2021-09-30
公開日 2021-09-16
評価 5.00/5 合計 1 レビュー
開発者 https://defaultsearchtool.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://beta.defaultsearchtool.com/Privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Default Search Tool",
    "name": "Default Search Tool",
    "description": "Search the web using this useful tool from the address bar.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "offline_enabled": false,
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Default Search Tool",
            "keyword": "kw",
            "search_url": "https:\/\/dash.defaultsearchtool.com\/search?p={searchTerms}",
            "favicon_url": "https:\/\/defaultsearchtool.com\/favicon.ico",
            "suggest_url": "https:\/\/dash.defaultsearchtool.com\/suggest?p={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [
        "cookies",
        "https:\/\/*.defaultsearchtool.com\/"
    ],
    "web_accessible_resources": [
        "*.json"
    ]
}