Instant Search
Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
Instant Search란 무엇입니까?
Instant Search은(는) amilagm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup."입니다.
확장 프로그램 스크린샷
Instant Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension lets you run an instant google search from the current page you are viewing. Just highlight the text that you want to search and click the search icon shown next to the highlighted text. Then A popup window will appear with the google search results. Your comments are always welcome.
확장 프로그램 기본 정보
이름 | Instant Search |
ID | ldelfnbfmfpamgcanbnoonnblifbjihh |
공식 URL | https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh |
설명 | Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup. |
파일 크기 | 19 KB |
설치 횟수 | 434 |
현재 버전 | 1.0.1.2 |
최근 업데이트 | 2013-11-23 |
출시 날짜 | 2013-11-23 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | amilagm |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Search", "version": "1.0.1.2", "description": "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "*:\/\/*\/*", "tabs" ], "content_scripts": [ { "matches": [ " |