Duolingo Vocabulary Manager
This is a vocabulary addon to help study Duolingo words
Duolingo Vocabulary Manager란 무엇입니까?
Duolingo Vocabulary Manager은(는) Jeremy Strawn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a vocabulary addon to help study Duolingo words"입니다.
확장 프로그램 스크린샷
Duolingo Vocabulary Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The default vocabulary tracking on Duolingo was not sufficient for me. I wanted a way to be able to see all the words from my last session and study them to make sure I still know them. I've heard many stories about Duolingo users having finished the entire tree only to find themselves with a very weak vocabulary because they forgot many of the words from the old lessons. Features: + Query Duolingo to get your list of known vocab + Quiz current list of vocab + Spaced Repetition: Consider the last study time and determine when to study a word again + Supports all five languages Study Intervals: - One hour - One day - Five Days - One Month - Three Months Please email any feedback to [email protected]
확장 프로그램 기본 정보
이름 | |
ID | mglmcjokbicehcaojghjmhfjnaooffcd |
공식 URL | https://chrome.google.com/webstore/detail/duolingo-vocabulary-manag/mglmcjokbicehcaojghjmhfjnaooffcd |
설명 | This is a vocabulary addon to help study Duolingo words |
파일 크기 | 477 KB |
설치 횟수 | 20,000 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2014-10-22 |
출시 날짜 | 2014-10-22 |
평점 | 3.62/5 총 165 개의 평점 |
개발자 | Jeremy Strawn |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duolingo Vocabulary Manager", "version": "0.2.0", "manifest_version": 2, "description": "This is a vocabulary addon to help study Duolingo words", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Duolingo Vocab Manager", "default_popup": "src\/browser_action\/browser_action.html" }, "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "permissions": [ "webRequest", "storage", "idle", "alarms", "tabs", "contextMenus", "*:\/\/*.duolingo.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |