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ファイルをダウンロード

Japanese Vocabulary Quiz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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:\/\/*\/*"
    ]
}