SpongeWise Flashcard Clipper
Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything.
SpongeWise Flashcard Clipperคืออะไร?
SpongeWise Flashcard Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.spongewise.com และคุณลักษณะหลักของมันคือ "Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpongeWise Flashcard Clipper
ดาวน์โหลดไฟล์ส่วนขยาย SpongeWise Flashcard Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Learn Anything. Clip Wikipedia articles, news stories, tutorials, or any other web page as a flashcard. Add notes and quiz questions and save it to your learning history. Remember Everything. When items become ready for review using spaced repetition, go to "My Sponge" on SpongeWise.com in order to review your flashcards notes and quiz questions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SpongeWise Flashcard Clipper |
ID | paeemhflfemffkcggpldnaofhgmffnlh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spongewise-flashcard-clip/paeemhflfemffkcggpldnaofhgmffnlh |
คำอธิบาย | Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything. |
ขนาดไฟล์ | 60.28 KB |
จำนวนการติดตั้ง | 746 |
เวอร์ชันปัจจุบัน | 5.0.0 |
อัปเดตครั้งล่าสุด | 2018-10-16 |
วันที่เผยแพร่ | 2018-10-15 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.spongewise.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.spongewise.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpongeWise Flashcard Clipper", "short_name": "SpongeWise", "description": "Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything.", "version": "5.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "SpongeWise" }, "permissions": [ "activeTab", "contextMenus", "storage" ], "background": { "scripts": [ "scripts\/parse.min.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.spongewise.com\/*", "https:\/\/localhost:3443\/*" ], "js": [ "content.js" ], "all_frames": true } ], "web_accessible_resources": [ "production.html", "localhost.html" ] } |