DICTIONARY-개발용어사전
개발자를 위한 용어사전
What is DICTIONARY-개발용어사전?
DICTIONARY-개발용어사전 is a Chrome extension developed by jiwon3346, and its main feature is "개발자를 위한 용어사전".
Extension Screenshots
Download DICTIONARY-개발용어사전 Extension CRX File
Download 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
영어로 된 개발용어들을 한국어로 쉽게 풀어내어 영문으로된 개발문서 학습에 도움을 줍니다. Extension Basic Information
| Name | |
| ID | lkiddmdljaphabbegmnbocakpolanjdh |
| Official URL | https://chromewebstore.google.com/detail/dictionary-%EA%B0%9C%EB%B0%9C%EC%9A%A9%EC%96%B4%EC%82%AC%EC%A0%84/lkiddmdljaphabbegmnbocakpolanjdh |
| Description | 개발자를 위한 용어사전 |
| File Size | 166 KB |
| Installation Count | 63 |
| Current Version | 1.0.3 |
| Last Updated | 2021-03-03 |
| Publish Date | 2021-01-27 |
| Developer | jiwon3346 |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/meotitda/DICTIONARY |
| Supported Languages | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DICTIONARY-\uac1c\ubc1c\uc6a9\uc5b4\uc0ac\uc804",
"description": "\uac1c\ubc1c\uc790\ub97c \uc704\ud55c \uc6a9\uc5b4\uc0ac\uc804",
"version": "1.0.3",
"browser_action": {
"default_title": "DICTIONARY",
"default_popup": "popup.html",
"default_icon": {
"16": "images\/favicon-16x16.png",
"32": "images\/favicon-32x32.png",
"48": "images\/favicon-48x48.png",
"128": "images\/favicon-128x128.png"
}
},
"background": {
"scripts": [
"background.js",
"jquery.min.js",
"xregexp-all.js"
],
"persistent": true
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
" | |