Memorai – AI memory assistant for Anki

AI memory assistant for Anki – remember everything you read by automatically generating question cards from text.

Memorai – AI memory assistant for Ankiคืออะไร?

Memorai – AI memory assistant for Anki เป็นส่วนขยายของ Chrome ที่พัฒนาโดย humanloop และคุณลักษณะหลักของมันคือ "AI memory assistant for Anki – remember everything you read by automatically generating question cards from text."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memorai – AI memory assistant for Anki

ดาวน์โหลดไฟล์ส่วนขยาย Memorai – AI memory assistant for Anki ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🧠 Memorai is an AI to help you remember anything you read with minimal effort.

1. Select a passage you want to remember, right-click '🧠 Add to memorai'.
2. Our AI assistant reads the text and automatically creates a set of flash-cards questions. 
3. Click the Memorai 🧠extension to see/edit the questions and send them to Anki.

HOW TO INSTALL
You need Anki installed for this to work.

1. Install this chrome extension
2. Open Anki (to install go to [https://apps.ankiweb.net/](https://apps.ankiweb.net/) and download Anki for your desktop)
3. Add AnkiConnect add-on so this can send cards to anki
• Tools > Add ons
• Click 'Get Add ons...' and a box will appear asking for a code
• Paste `2055492159` in the box and click OK

HOW IT WORKS

There are two parts to Memorai – an AI assistant that generates questions to quiz you and a powerful memory technique called spaced repetition.

1. You're browsing the internet when you come across a something you'd like to remember.
2. You highlight that text, rightclick and "add to Memorai", you will see the Memorai brain go pink.
3. Our AI assistant reads the text and automatically creates a set of flash-cards questions.
4. We spend 5 minutes quizzing you to help you remember BUT we don't quiz you all at once. Instead we use a memory technique called spaced repetition. We quiz you on day one and, if you remember, we quiz you again a week later and then a month later and then a few months later. We use Anki to automatically adjust the spacing between questions so that what you want to remember stays in your long term memory.

After just 5 minutes of work (spread across a few weeks) you will have almost effortlessly learned whatever you wanted to remember!

WHAT PEOPLE ARE SAYING ABOUT US

"This is perfect for remembering things from Medium!" - deliverator-487026

"Super cool! Lot of potential with this, look forward to how you develop it further." -- azl3n

"This could be really cool even when learning a new language". -- pkadi                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Memorai – AI memory assistant for Anki Memorai – AI memory assistant for Anki
ID kjncpaiejgkgpgiiibmnjnkahokdgfap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/memorai-%E2%80%93-ai-memory-assis/kjncpaiejgkgpgiiibmnjnkahokdgfap
คำอธิบาย AI memory assistant for Anki – remember everything you read by automatically generating question cards from text.
ขนาดไฟล์ 421 KB
จำนวนการติดตั้ง 1,592
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2021-01-24
วันที่เผยแพร่ 2020-04-21
คะแนน 3.29/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา humanloop
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://memorai.humanloop.ml
URL หน้าช่วยเหลือ https://memorai.humanloop.ml
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "AI memory assistant for Anki \u2013 remember everything you read by automatically generating question cards from text.",
    "version": "0.3.0",
    "name": "Memorai \u2013 AI memory assistant for Anki",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "https:\/\/questions.humanloop.ml\/",
        "https:\/\/api.humanloop.com\/",
        "storage",
        "contextMenus",
        "http:\/\/localhost\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-faded-64.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}