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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}