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はhttps://www.spongewise.comによって開発されたChromeの拡張機能で、その主な機能は「Flashcard clipper for any webpage. Add notes and quiz questions. Learn and memorize using spaced repetition to remember everything.」です。
拡張機能のスクリーンショット
SpongeWise Flashcard Clipper拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |