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
电子邮箱 [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"
            ]
        }
    ]
}