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 là gì?

Japanese Vocabulary Quiz là một tiện ích mở rộng Chrome được phát triển bởi lphk92, và tính năng chính của nó là "A simple quizzing extension that quizes the user on a Japanese vocab word every time they open or close a tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Japanese Vocabulary Quiz

Tải xuống các tệp mở rộng Japanese Vocabulary Quiz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Japanese Vocabulary Quiz Japanese Vocabulary Quiz
ID nhfikdfbeedcdamonjiodafgkdelknhn
URL Chính Thức https://chrome.google.com/webstore/detail/japanese-vocabulary-quiz/nhfikdfbeedcdamonjiodafgkdelknhn
Mô tả A simple quizzing extension that quizes the user on a Japanese vocab word every time they open or close a tab.
Kích Thước Tệp 2.4 MB
Số Lần Cài Đặt 504
Phiên Bản Hiện Tại 3.0.4
Cập Nhật Lần Cuối 2014-10-20
Ngày Phát Hành 2014-10-20
Đánh Giá 3.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển lphk92
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}