Coursera Quiz Printer

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

Was ist Coursera Quiz Printer?

Coursera Quiz Printer ist eine Chrome-Erweiterung, die von Church of Thought entwickelt wurde, und ihr Hauptmerkmal ist "Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org".

Erweiterungsscreenshots

screenshot

Coursera Quiz Printer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Coursera Quiz Printer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Coursera Quiz Printer Coursera Quiz Printer
ID pkgbcmdpjlnmngdfjicnkppkkmnaejnm
Offizielle URL https://chromewebstore.google.com/detail/coursera-quiz-printer/pkgbcmdpjlnmngdfjicnkppkkmnaejnm
Beschreibung Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org
Dateigröße 17.83 KB
Installationsanzahl 551
Aktuelle Version 1.3
Letztes Update 2023-05-06
Veröffentlichungsdatum 2020-10-17
Bewertung 2.57/5 Insgesamt 7 Bewertungen
Entwickler Church of Thought
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://churchofthought.org/blog/2020/10/17/coursera-quiz-printer-a-cross-browser-webextension/
URL der Datenschutzrichtlinien-Seite https://churchofthought.org/privacy-policy
Unterstützte Sprachen 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"
    ]
}