Vocabu Cards
The extension translates words and lets you learn them by spaced repetition
Vocabu Cards란 무엇입니까?
Vocabu Cards은(는) https://vocabu.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension translates words and lets you learn them by spaced repetition"입니다.
확장 프로그램 스크린샷
Vocabu Cards 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We have simplified the study of foreign words and phrases: - Words or phrases are translated inline while browsing. No more switching tabs. - Translated words and phrases can be learnt by spaced repetition method. Other features: - Repetitions can be made on mobile devices. - Translate more than 100 languages. We use Google Translate. - Words and phrases can be translated from learning to native language and vice versa automatically. - Translated words and phrases can be organized to lists that can be shared with other users. - Words and phrases for repetition can be downloaded from Google Translate history or from files (for example, Quizlet). The extension is under active development, so you can influence future features by participating in telegram support channel https://t.me/vocabusupport
확장 프로그램 기본 정보
이름 | Vocabu Cards |
ID | nemcemofelmalinlbenmmpcmbcpbkcdc |
공식 URL | https://chromewebstore.google.com/detail/vocabu-cards/nemcemofelmalinlbenmmpcmbcpbkcdc |
설명 | The extension translates words and lets you learn them by spaced repetition |
파일 크기 | 30.6 KB |
설치 횟수 | 71 |
현재 버전 | 0.8.1 |
최근 업데이트 | 2022-12-14 |
출시 날짜 | 2022-08-07 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://vocabu.online |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://t.me/vocabusupport |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vocabu Cards", "description": "__MSG_extDescription__", "version": "0.8.1", "manifest_version": 3, "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "minimum_chrome_version": "92", "permissions": [ "storage", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/vocabu-16.png", "32": "images\/vocabu-32.png", "48": "images\/vocabu-48.png", "128": "images\/vocabu-128.png" } }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "externally_connectable": { "matches": [ "https:\/\/vocabu.online\/*" ] } } |