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.”。
扩展截图
下载Quick Search Tool扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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\/*"
]
}
]
} | |