Quick Search Tool

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

Quick Search Toolคืออะไร?

Quick Search Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quicksearchtool.com และคุณลักษณะหลักของมันคือ "Search the web using this useful tool from the address bar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Search Tool

ดาวน์โหลดไฟล์ส่วนขยาย Quick Search Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}