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!”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } } |