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 هو إضافة Chrome تم تطويرها بواسطة lphk92، والميزة الرئيسية لها هي "A simple quizzing extension that quizes the user on a Japanese vocab word every time they open or close a tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Japanese Vocabulary Quiz
قم بتنزيل ملفات الامتداد Japanese Vocabulary Quiz بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | |
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:\/\/*\/*" ] } |