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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple quizzing extension that quizes the user on a Japanese vocab word every time they open or close a tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Japanese Vocabulary Quiz एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}