Search Tool
Quickly switch between customized search engines; Add a custom search engine in the right-click menu.
Search Tool란 무엇입니까?
Search Tool은(는) Robin Lin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly switch between customized search engines; Add a custom search engine in the right-click menu."입니다.
확장 프로그램 스크린샷
Search Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It supports configuring any search engine, similar to the search engine configuration in chrome settings, such as Baidu search, Bing search, JD search, Douban search, headline search, etc. After configuration, support: 1. shortcut keys switch between search engines. For example, on the Baidu search page, press the shortcut key (configurable) to quickly switch to Google search without reentering the search term, and then press the shortcut key to quickly switch to Bing search. 2. click the plug-in pop-up menu in the upper right corner (shortcut keys can also be configured) to quickly switch to the specified search engine. If it is on the search engine page, it will automatically bring the search term and jump to the specified search result page; Otherwise, directly jump to the specified search results page. 3. support the configuration of search engines in the right-click menu. If only one search engine is configured, it is in the top-level menu, or multiple search engines can be configured. After selecting a text, right-click it, and "search for" selected text "using XX" will appear in the right-click menu 功能: 支持配置任意搜索引擎,类似chrome设置里面的搜索引擎配置,比如百度搜索、必应搜索、京东搜索、豆瓣搜索、头条搜索等等。 配置好后,支持: 1. 快捷键在搜索引擎间切换。比如在百度搜索页面,按下快捷键(可自己配置)快速切换为Google搜索,而无需重新输入检索词,再按下快捷键,快速切换为必应搜索。 2. 支持右上角点击插件弹出菜单(也可以配置快捷键),快速切换到指定搜索引擎。如果在搜索引擎页面,会自动带上检索词跳转到指定的搜索结果页;否则直接跳转到指定的搜索结果页面。 3. 支持配置右键菜单中的搜索引擎,如果只配置一个,则处于顶级菜单,也可以配置多个。选中文本后,点击右键,则右键菜单中出现『使用xx搜索"选中的文本"』
확장 프로그램 기본 정보
이름 | Search Tool |
ID | fjjkihnjlinkjpfeooipegebcakeocef |
공식 URL | https://chromewebstore.google.com/detail/search-tool/fjjkihnjlinkjpfeooipegebcakeocef |
설명 | Quickly switch between customized search engines; Add a custom search engine in the right-click menu. |
파일 크기 | 370 KB |
설치 횟수 | 569 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2023-05-25 |
출시 날짜 | 2021-05-30 |
평점 | 4.73/5 총 15 개의 평점 |
개발자 | Robin Lin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "background": { "service_worker": "js\/background.js" }, "description": "__MSG_extDescription__", "homepage_url": "https:\/\/github.com\/Lyndon1994\/EfficientOfficeTools\/tree\/main\/chrome\/SearchTool", "icons": { "16": "assets\/logo.png", "32": "assets\/logo.png", "48": "assets\/logo.png", "128": "assets\/logo.png" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "contextMenus", "activeTab", "storage", "history", "bookmarks" ], "short_name": "__MSG_extName__", "version": "1.2.5", "commands": { "toggle-search": { "suggested_key": { "default": "Alt+S", "mac": "MacCtrl+S" }, "description": "Toggle Search Engine" }, "_execute_action": { "suggested_key": { "default": "Ctrl+K", "mac": "Command+K" }, "description": "Start the search" } }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html" }, "web_accessible_resources": [ { "resources": [ "fonts\/*", "\/assets\/*" ], "matches": [ " |