네이버 중국어 사전
마우스 오른쪽 클릭으로 네이버 중국어 사전 검색
What is 네이버 중국어 사전?
네이버 중국어 사전 is a Chrome extension developed by kirklayer, and its main feature is "마우스 오른쪽 클릭으로 네이버 중국어 사전 검색".
Extension Screenshots
Download 네이버 중국어 사전 Extension CRX File
Download 네이버 중국어 사전 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
텍스트 드래그 후 마우스 오른쪽 클릭으로 선택 텍스트 네이버 중국어사전 검색
Extension Basic Information
Name | 네이버 중국어 사전 |
ID | apifmmoplfibicaaddcpeicgkllipflb |
Official URL | https://chromewebstore.google.com/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%EC%A4%91%EA%B5%AD%EC%96%B4-%EC%82%AC%EC%A0%84/apifmmoplfibicaaddcpeicgkllipflb |
Description | 마우스 오른쪽 클릭으로 네이버 중국어 사전 검색 |
File Size | 11.33 KB |
Installation Count | 473 |
Current Version | 1.0 |
Last Updated | 2020-03-29 |
Publish Date | 2020-03-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | kirklayer |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "main.js" ] }, "browser_action": { "default_icon": { "128": "images\/naver_cdic128.png", "16": "images\/naver_cdic16.png", "32": "images\/naver_cdic32.png", "48": "images\/naver_cdic48.png" } }, "description": "\ub9c8\uc6b0\uc2a4 \uc624\ub978\ucabd \ud074\ub9ad\uc73c\ub85c \ub124\uc774\ubc84 \uc911\uad6d\uc5b4 \uc0ac\uc804 \uac80\uc0c9", "icons": { "128": "images\/naver_cdic128.png", "16": "images\/naver_cdic16.png", "32": "images\/naver_cdic32.png", "48": "images\/naver_cdic48.png" }, "manifest_version": 2, "name": "\ub124\uc774\ubc84 \uc911\uad6d\uc5b4 \uc0ac\uc804", "permissions": [ "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |