Japanese Flashcards
This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
ما هو Japanese Flashcards؟
Japanese Flashcards هو إضافة Chrome تم تطويرها بواسطة Thomas، والميزة الرئيسية لها هي "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Japanese Flashcards
قم بتنزيل ملفات الامتداد Japanese Flashcards بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Japanese Flashcards is a simple Chrome extension made to help you learn your Japanese Kanjis and/or your vocabulary ! It will create a pop-up every X minutes ( X being a setting ) showing you a kanji or a vocabulary word. It will also replace the new-tab by a random kanji and/or vocabulary word.
معلومات أساسية عن التمديد
الاسم | |
ID | oibcinmaboibomajafiipfhacoohddko |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko |
الوصف | This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day. |
حجم الملف | 82.01 KB |
عدد التثبيتات | 247 |
النسخة الحالية | 0.5 |
آخر تحديث | 2019-07-01 |
تاريخ النشر | 2019-07-01 |
تقييم | 3.14/5 مجموع تقييمات 7 |
المطور | Thomas |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Japanese Flashcards", "description": "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.", "version": "0.5", "background": { "scripts": [ "js\/core.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Japanese Flashcards Settings" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "tabs", "storage", "unlimitedStorage", "bookmarks" ] } |