Ferret
AI-flashcards that help you learn whatever you'd like, wherever you go on the internet.
Ferretคืออะไร?
Ferret เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ferretflashcards และคุณลักษณะหลักของมันคือ "AI-flashcards that help you learn whatever you'd like, wherever you go on the internet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ferret
ดาวน์โหลดไฟล์ส่วนขยาย Ferret ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ferret is a helpful sidekick for when you're learning interesting, challenging content that you'd like to better remember. More technically, Ferret is a Chrome extension that uses NLP to generate and ask helpful recall-based questions to reinforce key concepts for almost anything you read on the internet. Perhaps you're reading about the nuts and bolts of how transformers work in NLP, skimming documentation to remember the return value of a certain Javascript method, or following class notes from an art history lecture. But how much did you really take away from that article? And how much will you honestly remember a few hours or a day later? You may take notes during a class or while reading a book, but we rarely have the time to take a step back and do this for the mountain of content that we learn online. We're excited to imagine how much more you could create if you could burn the content you cared about into your memory. We hope that Ferret can be the first step towards helping you get there. Ferret is in alpha-release right now, which means that you'll encounter bugs and slower latency than we'd like. However, we welcome your contributions, and will actively review PRs and issues.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ferret |
ID | mjnmolplinickaigofdpejfgfoehnlbh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ferret/mjnmolplinickaigofdpejfgfoehnlbh |
คำอธิบาย | AI-flashcards that help you learn whatever you'd like, wherever you go on the internet. |
ขนาดไฟล์ | 723 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2021-08-18 |
วันที่เผยแพร่ | 2021-08-13 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | ferretflashcards |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "background": { "service_worker": "background.js" }, "name": "Ferret", "description": "AI-flashcards that help you learn whatever you'd like, wherever you go on the internet. ", "version": "0.0.2", "commands": { "_execute_action": { "suggested_key": "Ctrl+Shift+Y", "description": "Test Command" } }, "action": { "default_title": "Open the popup", "default_popup": "index.html" }, "icons": { "16": "logo512.png", "48": "logo512.png", "128": "logo512.png" }, "permissions": [ "tabs", "storage", "commands", "background", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ] } |