clip-board Dictionary
on activate, auto search naver dictionary
What is clip-board Dictionary?
clip-board Dictionary is a Chrome extension developed by pmhpotter, and its main feature is "on activate, auto search naver dictionary".
Extension Screenshots
Download clip-board Dictionary Extension CRX File
Download clip-board Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1. 아이콘을 클릭하여 활성화 한다. (노란색) 2. 어떤 프로그램에서든 검색하고자 하는 텍스트를 복사한다. (ctrl + c / 우클릭 복사) 3. 네이버 작은창 사전 검색 결과를 본다. 추신. 네이버 내 단어장 기능을 활용해 보세요. wimy.com 에서 제공하는 ClipDic 을 참조하여 개발하였습니다. 단어 검색 시 창 활성화 추가(v1.2)
Extension Basic Information
Name | clip-board Dictionary |
ID | jhlbjpliahbicapdkjphoakcmmhgdkap |
Official URL | https://chromewebstore.google.com/detail/clip-board-dictionary/jhlbjpliahbicapdkjphoakcmmhgdkap |
Description | on activate, auto search naver dictionary |
File Size | 12.85 KB |
Installation Count | 111 |
Current Version | 1.2 |
Last Updated | 2016-09-09 |
Publish Date | 2016-09-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | pmhpotter |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "clip-board Dictionary", "description": "on activate, auto search naver dictionary", "version": "1.2", "icons": { "128": "icon_128.png", "48": "icon_48.png", "38": "icon_38_on.png" }, "browser_action": { "default_icon": "icon_38.png", "default_title": "Activate clip-board Dictionary" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "clipboardRead" ] } |