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
官方網址 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
電子郵箱 [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
    }
}