Select and Search
Search for selected text on any search engine.
Select and Search란 무엇입니까?
Select and Search은(는) 痛ったい에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for selected text on any search engine."입니다.
확장 프로그램 스크린샷
Select and Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can add or remove search engines to context menu. You can also search for images, videos, dictionaries and shopping or use translations and more. 《 URL format for search settings in the option page 》 Your selected text will be replaced from %s in URL for search or that is placed at the end of the URL. https://www.google.com/search?q=%s or https://www.google.com/search?q= * If you need a separator, set TITLE and URL to "-"(minus sign). * Search engine URL examples available, please see my web page (Firefox version).
확장 프로그램 기본 정보
이름 | Select and Search |
ID | mjdbaljlhcapchmnabhkalepomkbcjno |
공식 URL | https://chromewebstore.google.com/detail/select-and-search/mjdbaljlhcapchmnabhkalepomkbcjno |
설명 | Search for selected text on any search engine. |
파일 크기 | 15.47 KB |
설치 횟수 | 116 |
현재 버전 | 1.4 |
최근 업데이트 | 2021-08-18 |
출시 날짜 | 2020-05-09 |
개발자 | 痛ったい |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://addons.mozilla.org/en-US/firefox/addon/select-and-search/ |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.4", "default_locale": "en", "author": "\u75db\u3063\u305f\u3044", "background": { "scripts": [ "background.js" ] }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "permissions": [ "storage", "contextMenus", "tabs" ] } |