Japanese Vocabulary Quiz

A simple quizzing extension that quizes the user on a Japanese vocab word every time they open or close a tab.

Japanese Vocabulary Quiz란 무엇입니까?

Japanese Vocabulary Quiz은(는) lphk92에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple quizzing extension that quizes the user on a Japanese vocab word every time they open or close a tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Japanese Vocabulary Quiz 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Have trouble finding the time to study your vocab? No problem! This extension will quiz you every time you open or close a tab, expanding your vocabulary without having to set aside time to study. Add and manage your own lists, or upload existing lists from a Comma-Separated-Values (CSV) file.

All source code available at https://github.com/lphk92/JapaneseVocabExtension

Updates in Version 3.0.0
- Now you can edit entries after they've been entered
- New interface design
- Buttons for providing feedback, asking questions, and requesting features
- Fully customizeable display options for Kanji, Kana, and Romanji                    

확장 프로그램 기본 정보

이름 Japanese Vocabulary Quiz Japanese Vocabulary Quiz
ID nhfikdfbeedcdamonjiodafgkdelknhn
공식 URL https://chrome.google.com/webstore/detail/japanese-vocabulary-quiz/nhfikdfbeedcdamonjiodafgkdelknhn
설명 A simple quizzing extension that quizes the user on a Japanese vocab word every time they open or close a tab.
파일 크기 2.4 MB
설치 횟수 504
현재 버전 3.0.4
최근 업데이트 2014-10-20
출시 날짜 2014-10-20
평점 3.60/5 총 10 개의 평점
개발자 lphk92
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Japanese Vocabulary Quiz",
    "version": "3.0.4",
    "description": "A simple quizzing extension that quizes the user on a Japanese vocab word every time they open or close a tab.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "rsc\/icon-active.png",
        "default_title": "Japanese Vocabulary Quiz",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "rsc\/icon16.png",
        "48": "rsc\/icon48.png",
        "128": "rsc\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ]
}