Coursera Quiz Printer

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

Hvad er Coursera Quiz Printer?

Coursera Quiz Printer er en Chrome-udvidelse udviklet af Church of Thought, og dens hovedfunktion er "Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org".

Udvidelsesskærmbilleder

screenshot

Download Coursera Quiz Printer-udvidelses-CRX-fil

Download Coursera Quiz Printer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Coursera Quiz Printer Coursera Quiz Printer
ID pkgbcmdpjlnmngdfjicnkppkkmnaejnm
Officiel URL https://chromewebstore.google.com/detail/coursera-quiz-printer/pkgbcmdpjlnmngdfjicnkppkkmnaejnm
Beskrivelse Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org
Filstørrelse 17.83 KB
Antal Installationer 551
Nuværende Version 1.3
Senest Opdateret 2023-05-06
Udgivelsesdato 2020-10-17
Bedømmelse 2.57/5 Samlet 7 Bedømmelser
Udvikler Church of Thought
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://churchofthought.org/blog/2020/10/17/coursera-quiz-printer-a-cross-browser-webextension/
URL til Fortrolighedspolitik Side https://churchofthought.org/privacy-policy
Understøttede Sprog 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"
    ]
}