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

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

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}