Swift Search Tool

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

Swift Search Toolとは何ですか?

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

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Search the web using the Swift 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.

This extension configures your default search setting to Swift Search Tool with results powered by Microsoft Bing. 

This extension can be uninstalled at any time.

Privacy Policy: https://swiftsearchtool.com/privacy
EULA: https://swiftsearchtool.com/eula                    

拡張機能の基本情報

名前 Swift Search Tool Swift Search Tool
ID nohfdehlpgnlclndfpfanbfejnmmemnb
公式URL https://chromewebstore.google.com/detail/swift-search-tool/nohfdehlpgnlclndfpfanbfejnmmemnb
説明 Search the web using the Swift Search Tool from the address bar.
ファイルサイズ 10.63 KB
インストール数 793
現在のバージョン 1.0.0
最終更新日 2023-06-16
公開日 2022-12-21
開発者 https://swiftsearchtool.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://swiftsearchtool.com
プライバシーポリシーページのURL https://swiftsearchtool.com/privacy
対応言語 en-US
manifest.json
{
    "action": {
        "default_icon": "img\/16.png",
        "default_title": "Swift Search Tool"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/swiftsearchtool.com\/favicon.ico",
            "is_default": true,
            "keyword": "Swift Search Tool",
            "name": "Swift Search Tool",
            "search_url": "https:\/\/swiftsearchtool.com\/search?q={searchTerms}",
            "suggest_url": "https:\/\/swiftsearchtool.com\/autosuggest?q={searchTerms}"
        }
    },
    "description": "Search the web using the Swift Search Tool from the address bar.",
    "host_permissions": [
        "*:\/\/*.swiftsearchtool.com\/*"
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Swift Search Tool",
    "short_name": "Swift Search Tool",
    "omnibox": {
        "keyword": "search"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.png"
            ]
        }
    ]
}