Coursera Quiz Printer
Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org
Cos'è Coursera Quiz Printer?
Coursera Quiz Printer è un'estensione di Chrome sviluppata da Church of Thought, e la sua funzione principale è "Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coursera Quiz Printer
Scarica i file di estensione Coursera Quiz Printer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Coursera Quiz Printer |
ID | pkgbcmdpjlnmngdfjicnkppkkmnaejnm |
URL Ufficiale | https://chromewebstore.google.com/detail/coursera-quiz-printer/pkgbcmdpjlnmngdfjicnkppkkmnaejnm |
Descrizione | Unlocks printing of practice quizzes, real quizzes, and exams on Coursera.org |
Dimensione del File | 17.83 KB |
Conteggio Installazioni | 551 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2023-05-06 |
Data di Pubblicazione | 2020-10-17 |
Valutazione | 2.57/5 Totale 7 Valutazioni |
Sviluppatore | Church of Thought |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://churchofthought.org/blog/2020/10/17/coursera-quiz-printer-a-cross-browser-webextension/ |
URL della Pagina della Politica sulla Privacy | https://churchofthought.org/privacy-policy |
Lingue Supportate | 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" ] } |