Study Buddy

Chrome extension that generates questions and answers from a webpage to help you study!

Study Buddyとは何ですか?

Study Buddyはbenko.mislavによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that generates questions and answers from a webpage to help you study!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Study Buddy拡張機能のCRXファイルをダウンロード

Study Buddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is designed to make it easier for users to learn and understand the content they are reading. By generating questions and answers, users can test their knowledge, reinforce key concepts, and gain a deeper understanding of the material.                    

拡張機能の基本情報

名前 Study Buddy Study Buddy
ID eanalaiahmfkcilogaoggcfdgilbkhmk
公式URL https://chromewebstore.google.com/detail/study-buddy/eanalaiahmfkcilogaoggcfdgilbkhmk
説明 Chrome extension that generates questions and answers from a webpage to help you study!
ファイルサイズ 290 KB
インストール数 437
現在のバージョン 1.0.0
最終更新日 2024-03-07
公開日 2023-03-06
評価 5.00/5 合計 4 レビュー
開発者 benko.mislav
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Study Buddy",
    "version": "1.0.0",
    "description": "Chrome extension that generates questions and answers from a webpage to help you study!",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}