ClickSearch
Search Wikipedia and Google via hotkeys and double-clicking
ClickSearch란 무엇입니까?
ClickSearch은(는) https://www.keithtlee.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search Wikipedia and Google via hotkeys and double-clicking"입니다.
확장 프로그램 스크린샷
ClickSearch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Revolutionary feature that allows users to Wiki or Google search via hotkeys. Example: Hold ctrl/cmd and double click a word to wiki/google search the word. Highlight a phrase and press CMD/Ctrl and Shift simultaneously to wiki/google search that phrase! Search service is customizable in ClickSearch's options page.
확장 프로그램 기본 정보
이름 | ClickSearch |
ID | gemdilinbpmggnandklhjnhcdbcjijph |
공식 URL | https://chromewebstore.google.com/detail/clicksearch/gemdilinbpmggnandklhjnhcdbcjijph |
설명 | Search Wikipedia and Google via hotkeys and double-clicking |
파일 크기 | 94.8 KB |
설치 횟수 | 15 |
현재 버전 | 1.2.4 |
최근 업데이트 | 2013-08-27 |
출시 날짜 | 2013-08-26 |
개발자 | https://www.keithtlee.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClickSearch", "description": "Search Wikipedia and Google via hotkeys and double-clicking", "version": "1.2.4", "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.0.3.min.js", "wiki.js" ] } ], "web_accessible_resources": [ "jquery-2.0.3.min.map" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage" ], "icons": { "16": "ClickSearch16.png", "48": "ClickSearch48.png", "128": "ClickSearch128.png" } } |