WordList
A vocabulary list app
WordList란 무엇입니까?
WordList은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A vocabulary list app"입니다.
확장 프로그램 스크린샷
WordList 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Create study notes, learn a new language or even keep simple notes on your browser. Use WordLists to Learn new words by making lists and organize your learning. Anytime you come across a new word, add it to your list and keep them forever! Your lists will be on your browser for easy access while doing research or reading for pleasure. You can edit and rename your lists, download them and search their meanings on Google Dictionary. Organize simply – keep every term in a neat term-definition pair. No need to waste time with creating a new table. Download your lists as CSV files – Just download your lists and save them to your computer. Fast Google search new words – You can search definitions using the search bar and save time!
확장 프로그램 기본 정보
이름 | WordList |
ID | hkcieafmfbfnbocffnabjpghbgnnanoi |
공식 URL | https://chromewebstore.google.com/detail/wordlist/hkcieafmfbfnbocffnabjpghbgnnanoi |
설명 | A vocabulary list app |
파일 크기 | 39.65 KB |
설치 횟수 | 127 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-07-11 |
출시 날짜 | 2019-07-11 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/melisgokalp/WordList |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WordList", "description": "A vocabulary list app", "version": "1.0", "browser_action": { "default_popup": "WordList.html", "default_icon": "extension_logo.png" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens WordList.html" } } } |