Academic Word List
Revising the Academic Word List each time opening a new Chrome tab.
Academic Word List란 무엇입니까?
Academic Word List은(는) Tu Tran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Revising the Academic Word List each time opening a new Chrome tab."입니다.
확장 프로그램 스크린샷
Academic Word List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple Chrome extension helps you master the Academic Word List. These are the 570 most frequently used words in academic texts. You can check the meaning, synonyms, and listen to the pronunciation of the word. You can also view the sublist's words all, configure which words will show randomly, and practice with the Quiz. Use this Chrome extension to build your vocabulary, to study for an upcoming exam, or just for fun. For more info about the Academic Word List, you can check the following: https://en.wikipedia.org/wiki/Academic_Word_List https://simple.wiktionary.org/wiki/Wiktionary:Academic_word_list https://www.oxfordlearnersdictionaries.com/about/academic
확장 프로그램 기본 정보
이름 | Academic Word List |
ID | jljehabaedafdnceghbogphpdllpnbhf |
공식 URL | https://chromewebstore.google.com/detail/academic-word-list/jljehabaedafdnceghbogphpdllpnbhf |
설명 | Revising the Academic Word List each time opening a new Chrome tab. |
파일 크기 | 183 KB |
설치 횟수 | 127 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2021-03-06 |
출시 날짜 | 2021-02-17 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Tu Tran |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Academic Word List", "description": "Revising the Academic Word List each time opening a new Chrome tab.", "version": "1.0.4", "browser_action": { "default_icon": { "16": "\/public\/iconx16.png", "48": "\/public\/iconx48.png", "128": "\/public\/icon.png" }, "default_popup": "option.html" }, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/570-academic-word-list\/jljehabaedafdnceghbogphpdllpnbhf?hl=en&authuser=1", "chrome_url_overrides": { "newtab": "index.html" } } |