Easy Search
Add search engine easily.
Easy Search란 무엇입니까?
Easy Search은(는) Vere Perrot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add search engine easily."입니다.
확장 프로그램 스크린샷
Easy Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add or edit search engines in the location bar. And search via keywords. Feature: * Add search engine Step: Type ain the location bar to add a search engine Example: a http://www.google.com * Search via a keyword Step: Type Example: a go USA * Add a %s search engine Step: Type a in the location bar to add a search engine Example: a https://en.wikipedia.org/wiki/%s * Modify the keyword Step: Type a == in the location bar to add a search engine Example: a google=http://www.google.com * Have suggest list Step: Type a will show a suggest list under the location bar Example: a go http://www.google.com * Search engines context menu Step: select a text in a web page, then right click to show the search engines menu for searching. Or just right click to select a search engine in the search engines menu, then type some text in the pop up text box for searching.
확장 프로그램 기본 정보
이름 | |
ID | jnmolchiicelkdmmabpbinpbccajkobf |
공식 URL | https://chrome.google.com/webstore/detail/easy-search/jnmolchiicelkdmmabpbinpbccajkobf |
설명 | Add search engine easily. |
파일 크기 | 26.19 KB |
설치 횟수 | 33 |
현재 버전 | 1.2 |
최근 업데이트 | 2016-01-12 |
출시 날짜 | 2016-01-12 |
개발자 | Vere Perrot |
결제 유형 | free |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_description__", "version": "1.2", "author": "Vere Perrot", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "contextMenus" ], "omnibox": { "keyword": "a" } } |