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.                     扩展基本信息
| 名称 |   |  
| 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 | 
| 电子邮箱 | [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"
}  |  |