Coursera Quiz Printer
Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org
What is Coursera Quiz Printer?
Coursera Quiz Printer is a Chrome extension developed by Church of Thought, and its main feature is "Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org".
Extension Screenshots
Download Coursera Quiz Printer Extension CRX File
Download Coursera Quiz Printer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Coursera Quiz Printer |
ID | pkgbcmdpjlnmngdfjicnkppkkmnaejnm |
Official URL | https://chromewebstore.google.com/detail/coursera-quiz-printer/pkgbcmdpjlnmngdfjicnkppkkmnaejnm |
Description | Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org |
File Size | 17.83 KB |
Installation Count | 551 |
Current Version | 1.3 |
Last Updated | 2023-05-06 |
Publish Date | 2020-10-17 |
Rating | 2.57/5 Total 7 Ratings |
Developer | Church of Thought |
[email protected] | |
Payment Type | free |
Extension Website | https://churchofthought.org/blog/2020/10/17/coursera-quiz-printer-a-cross-browser-webextension/ |
Privacy Policy Page URL | https://churchofthought.org/privacy-policy |
Supported Languages | 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" ] } |