Coursera Quiz Printer

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

Apa itu Coursera Quiz Printer?

Coursera Quiz Printer adalah ekstensi Chrome yang dikembangkan oleh Church of Thought, dan fitur utamanya adalah "Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Coursera Quiz Printer

Unduh file ekstensi Coursera Quiz Printer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Coursera Quiz Printer Coursera Quiz Printer
ID pkgbcmdpjlnmngdfjicnkppkkmnaejnm
URL Resmi https://chromewebstore.google.com/detail/coursera-quiz-printer/pkgbcmdpjlnmngdfjicnkppkkmnaejnm
Deskripsi Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org
Ukuran File 17.83 KB
Jumlah Instalasi 551
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-05-06
Tanggal Publikasi 2020-10-17
Penilaian 2.57/5 Total 7 Penilaian
Pengembang Church of Thought
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://churchofthought.org/blog/2020/10/17/coursera-quiz-printer-a-cross-browser-webextension/
URL Halaman Kebijakan Privasi https://churchofthought.org/privacy-policy
Bahasa yang Didukung 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"
    ]
}