DICTIONARY-개발용어사전
개발자를 위한 용어사전
Wat is DICTIONARY-개발용어사전?
DICTIONARY-개발용어사전 is een Chrome-extensie ontwikkeld door jiwon3346, en de belangrijkste functie is "개발자를 위한 용어사전".
Extensie Screenshots
Download het CRX-bestand van de extensie DICTIONARY-개발용어사전
Download DICTIONARY-개발용어사전-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
영어로 된 개발용어들을 한국어로 쉽게 풀어내어 영문으로된 개발문서 학습에 도움을 줍니다.
Basisinformatie over de Extensie
Naam | DICTIONARY-개발용어사전 |
ID | lkiddmdljaphabbegmnbocakpolanjdh |
Officiële 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 |
Beschrijving | 개발자를 위한 용어사전 |
Bestandsgrootte | 166 KB |
Aantal Installaties | 63 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2021-03-03 |
Publicatiedatum | 2021-01-27 |
Ontwikkelaar | jiwon3346 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/meotitda/DICTIONARY |
Ondersteunde Talen | 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": [ " |