Coursera Quiz Printer

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

Wat is Coursera Quiz Printer?

Coursera Quiz Printer is een Chrome-extensie ontwikkeld door Church of Thought, en de belangrijkste functie is "Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Coursera Quiz Printer

Download Coursera Quiz Printer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Coursera Quiz Printer Coursera Quiz Printer
ID pkgbcmdpjlnmngdfjicnkppkkmnaejnm
Officiële URL https://chromewebstore.google.com/detail/coursera-quiz-printer/pkgbcmdpjlnmngdfjicnkppkkmnaejnm
Beschrijving Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org
Bestandsgrootte 17.83 KB
Aantal Installaties 551
Huidige Versie 1.3
Laatst Bijgewerkt 2023-05-06
Publicatiedatum 2020-10-17
Beoordeling 2.57/5 Totaal 7 Beoordelingen
Ontwikkelaar Church of Thought
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://churchofthought.org/blog/2020/10/17/coursera-quiz-printer-a-cross-browser-webextension/
URL van de Privacybeleid Pagina https://churchofthought.org/privacy-policy
Ondersteunde Talen 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"
    ]
}