ClipDic
Drag a word then press Ctrl+C to get the meaning of the word
ClipDic란 무엇입니까?
ClipDic은(는) https://wimy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Drag a word then press Ctrl+C to get the meaning of the word"입니다.
확장 프로그램 스크린샷
ClipDic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clipdic 을 켜고, 어떤 단어든지 클립보드에 복사(ctrl+C)만 하면 단어를 바로 검색해줍니다. Clipdic 을 켜고, pdf 를 볼 때나, 메모장의 단어도 복사만 하면 바로 검색~! Drag and Ctrl+C to get the meaning. in ANY programs~! First, turn on the clipdic on the chrome toolbar. Second, copy any word to clipboard(usually just drag a word then press ctrl+c) Tip : You can change result page. Right click on clipdic icon and go to option page.
확장 프로그램 기본 정보
이름 | ClipDic |
ID | agjdiciiahomininjbanepahjidnkddo |
공식 URL | https://chromewebstore.google.com/detail/clipdic/agjdiciiahomininjbanepahjidnkddo |
설명 | Drag a word then press Ctrl+C to get the meaning of the word |
파일 크기 | 22.75 KB |
설치 횟수 | 139 |
현재 버전 | 1.8 |
최근 업데이트 | 2017-02-22 |
출시 날짜 | 2017-02-22 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | https://wimy.com |
결제 유형 | free |
지원되는 언어 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClipDic", "version": "1.8", "manifest_version": 2, "description": "Drag a word then press Ctrl+C to get the meaning of the word", "icons": { "128": "icon.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "page": "background.html" }, "options_page": "option.html", "browser_action": { "default_icon": "icon16_bw.png" }, "permissions": [ "clipboardRead", "tabs", "contextMenus" ] } |