StudyBuddy
This extension is a small question-answer pair memorizer helper tool.
StudyBuddyとは何ですか?
StudyBuddyはdmgpmertensによって開発されたChromeの拡張機能で、その主な機能は「This extension is a small question-answer pair memorizer helper tool.」です。
拡張機能のスクリーンショット
StudyBuddy拡張機能のCRXファイルをダウンロード
StudyBuddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
In this extension you can make question-answer pairs which you can test yourself on. There is also a flashcard like option in the reveal button. This is only a first version, there are multiple ideas for expansion.
拡張機能の基本情報
名前 | StudyBuddy |
ID | ppednkkbmekofaomljoilgpnaogkdihl |
公式URL | https://chromewebstore.google.com/detail/studybuddy/ppednkkbmekofaomljoilgpnaogkdihl |
説明 | This extension is a small question-answer pair memorizer helper tool. |
ファイルサイズ | 10.11 KB |
インストール数 | 23 |
現在のバージョン | 1.0 |
最終更新日 | 2019-05-26 |
公開日 | 2019-05-26 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | dmgpmertens |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StudyBuddy", "description": "This extension is a small question-answer pair memorizer helper tool.", "icons": { "16": "images\/icon_16px.png", "48": "images\/icon_48px.png", "128": "images\/icon_128px.png" }, "permissions": [ "alarms" ], "version": "1.0", "browser_action": { "default_popup": "popup.html" }, "author": "Dani Mertens" } |