Quick Search Tool
Search the web using this useful tool from the address bar.
Quick Search Tool là gì?
Quick Search Tool là một tiện ích mở rộng Chrome được phát triển bởi https://quicksearchtool.com, và tính năng chính của nó là "Search the web using this useful tool from the address bar.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Quick Search Tool
Tải xuống các tệp mở rộng Quick Search Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension sets your default search setting to Quick Search Tool with results powered by Yahoo!. This extension can be uninstalled at any time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quick Search Tool |
ID | keadechokmcohlcampccppbjjeabghcd |
URL Chính Thức | https://chromewebstore.google.com/detail/quick-search-tool/keadechokmcohlcampccppbjjeabghcd |
Mô tả | Search the web using this useful tool from the address bar. |
Kích Thước Tệp | 10.67 KB |
Số Lần Cài Đặt | 301,165 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-09-29 |
Ngày Phát Hành | 2021-09-29 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://quicksearchtool.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://search.quicksearchtool.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |