Japanese Flashcards
This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
Japanese Flashcards란 무엇입니까?
Japanese Flashcards은(는) Thomas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day."입니다.
확장 프로그램 스크린샷
Japanese Flashcards 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Japanese Flashcards is a simple Chrome extension made to help you learn your Japanese Kanjis and/or your vocabulary ! It will create a pop-up every X minutes ( X being a setting ) showing you a kanji or a vocabulary word. It will also replace the new-tab by a random kanji and/or vocabulary word.
확장 프로그램 기본 정보
이름 | |
ID | oibcinmaboibomajafiipfhacoohddko |
공식 URL | https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko |
설명 | This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day. |
파일 크기 | 82.01 KB |
설치 횟수 | 247 |
현재 버전 | 0.5 |
최근 업데이트 | 2019-07-01 |
출시 날짜 | 2019-07-01 |
평점 | 3.14/5 총 7 개의 평점 |
개발자 | Thomas |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Japanese Flashcards", "description": "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.", "version": "0.5", "background": { "scripts": [ "js\/core.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Japanese Flashcards Settings" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "tabs", "storage", "unlimitedStorage", "bookmarks" ] } |