Coursera Quiz Printer

Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org

什么是Coursera Quiz Printer?

Coursera Quiz Printer是由Church of Thought开发的Chrome扩展程序,该扩展的主要功能是“Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org”。

扩展截图

screenshot

下载Coursera Quiz Printer扩展crx文件

下载Coursera Quiz Printer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you've ever tried to print a partial or completed practice quiz on Coursera, then you've seen the jumbled mess that it spits out. This extension fixes that issue and lets you print any quiz or exam while taking it or while viewing the answers / feedback.                    

扩展基本信息

名称 Coursera Quiz Printer Coursera Quiz Printer
ID pkgbcmdpjlnmngdfjicnkppkkmnaejnm
官方URL https://chromewebstore.google.com/detail/coursera-quiz-printer/pkgbcmdpjlnmngdfjicnkppkkmnaejnm
简介 Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org
文件大小 17.83 KB
安装次数 551
当前版本 1.3
更新时间 2023-05-06
上架时间 2020-10-17
评分 2.57/5 共7次评分
开发者 Church of Thought
电子邮箱 [email protected]
付费类型 free
扩展官网 https://churchofthought.org/blog/2020/10/17/coursera-quiz-printer-a-cross-browser-webextension/
隐私政策页面URL https://churchofthought.org/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org",
    "manifest_version": 2,
    "name": "Coursera Quiz Printer",
    "short_name": "Coursera Quizprint",
    "version": "1.3",
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.coursera.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hook.js"
    ]
}