memordo
Create memory cards anywhere instantly!
ما هو memordo؟
memordo هو إضافة Chrome تم تطويرها بواسطة https://memordo.com، والميزة الرئيسية لها هي "Create memory cards anywhere instantly!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة memordo
قم بتنزيل ملفات الامتداد memordo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Create memory cards anywhere instantly on the web We support images, Latex, and Cloze deletion. Effectiently learn and retain information through spaced repetition on memordo.com
معلومات أساسية عن التمديد
الاسم | memordo |
ID | gmopeghkhdbjcebmflioppcfdbeimgoa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/memordo/gmopeghkhdbjcebmflioppcfdbeimgoa |
الوصف | Create memory cards anywhere instantly! |
حجم الملف | 1.47 MB |
عدد التثبيتات | 12 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2020-08-07 |
تاريخ النشر | 2020-07-24 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | https://memordo.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://memordo.com |
عنوان صفحة المساعدة | https://memordo.com/contact |
عنوان صفحة سياسة الخصوصية | https://memordo.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "memordo", "description": "Create memory cards anywhere instantly!", "version": "1.1.0", "manifest_version": 2, "permissions": [ "*:\/\/*.memordo.com\/*", "activeTab", "https:\/\/fonts.googleapis.com\/", "http:\/\/fonts.googleapis.com\/" ], "browser_action": { "default_icon": { "16": "icons\/icon_disabled_16.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "assets\/*", "fonts\/*", "styles\/*", "packages\/*", "icons\/*" ] } |