Ankimo - Quickly add Japanese words to Anki
Browser extension for sending Japanese words to Anki
Ankimo - Quickly add Japanese words to Anki란 무엇입니까?
Ankimo - Quickly add Japanese words to Anki은(는) David Mohl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension for sending Japanese words to Anki"입니다.
확장 프로그램 스크린샷
Ankimo - Quickly add Japanese words to Anki 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ankimo is a companion extension to Anki (https://apps.ankiweb.net/) to instantly add Japanese words into a Anki deck. It currently runs on - tangorin.com To use Ankimo you have to install the AnkiConnect plugin: https://ankiweb.net/shared/info/2055492159 Once installed, make sure to go into the plugin options and set the field mapping to your Anki deck / card.
확장 프로그램 기본 정보
이름 | Ankimo - Quickly add Japanese words to Anki |
ID | mgcnkmjoaekofcajlgmakljhennlhjod |
공식 URL | https://chromewebstore.google.com/detail/ankimo-quickly-add-japane/mgcnkmjoaekofcajlgmakljhennlhjod |
설명 | Browser extension for sending Japanese words to Anki |
파일 크기 | 475 KB |
설치 횟수 | 21 |
현재 버전 | 0.4.0 |
최근 업데이트 | 2018-10-28 |
출시 날짜 | 2018-10-28 |
개발자 | David Mohl |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dvcrn/ankimo |
도움말 페이지 URL | https://github.com/dvcrn/ankimo/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Ankimo", "name": "Ankimo - Quickly add Japanese words to Anki", "version": "0.4.0", "description": "Browser extension for sending Japanese words to Anki", "permissions": [ "storage" ], "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/tangorin.com\/*" ], "js": [ "worker.js" ] } ], "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true } } |