WordMaster
English dictionary extension
WordMaster란 무엇입니까?
WordMaster은(는) nchathu2014에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "English dictionary extension"입니다.
확장 프로그램 스크린샷
WordMaster 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WordMaster is a dictionary tool which helps to improve English knowledge.Technically it wrapped as a Google Chrome extension while it's heart is Facebook's ReactJS
확장 프로그램 기본 정보
이름 | WordMaster |
ID | ejeignhcdmhncfmpkdhiodongnnacljk |
공식 URL | https://chromewebstore.google.com/detail/wordmaster/ejeignhcdmhncfmpkdhiodongnnacljk |
설명 | English dictionary extension |
파일 크기 | 875 KB |
설치 횟수 | 484 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2016-10-12 |
출시 날짜 | 2016-10-12 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | nchathu2014 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/wordmaster28 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordMaster", "description": "English dictionary extension", "icons": { "256": "images\/icon_256x256.png", "128": "images\/icon_128x128.png", "16": "images\/icon_16x16.png", "48": "images\/icon_48x48.png" }, "version": "1.0.2", "short_name": "WordMaster", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": false }, "web_accessible_resources": [ "images\/*.gif" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |