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 là gì?
SpongeWise Flashcard Clipper là một tiện ích mở rộng Chrome được phát triển bởi https://www.spongewise.com, và tính năng chính của nó là "Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SpongeWise Flashcard Clipper
Tải xuống các tệp mở rộng SpongeWise Flashcard Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SpongeWise Flashcard Clipper |
ID | paeemhflfemffkcggpldnaofhgmffnlh |
URL Chính Thức | https://chromewebstore.google.com/detail/spongewise-flashcard-clip/paeemhflfemffkcggpldnaofhgmffnlh |
Mô tả | Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything. |
Kích Thước Tệp | 60.28 KB |
Số Lần Cài Đặt | 746 |
Phiên Bản Hiện Tại | 5.0.0 |
Cập Nhật Lần Cuối | 2018-10-16 |
Ngày Phát Hành | 2018-10-15 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.spongewise.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.spongewise.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |