Canvas Quiz Printer
Easily print quizzes from Canvas.
Cos'è Canvas Quiz Printer?
Canvas Quiz Printer è un'estensione di Chrome sviluppata da https://peterfoxflick.com, e la sua funzione principale è "Easily print quizzes from Canvas.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Canvas Quiz Printer
Scarica i file di estensione Canvas 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
The Canvas Quiz Printer provides a simple way to print off a quiz from Canvas. All you have to do is navigate to the quiz from within canvas and click on the print icon to the right of the URL bar. A new page will open with your quiz ready to be printed off.
To use: Go to a quiz in canvas, click on the quiz print icon in the top right of the navigation bar. Informazioni di Base sull'Estensione
| Nome | |
| ID | aolnbenhahgdmbdgjdkphepifgdnphcl |
| URL Ufficiale | https://chromewebstore.google.com/detail/canvas-quiz-printer/aolnbenhahgdmbdgjdkphepifgdnphcl |
| Descrizione | Easily print quizzes from Canvas. |
| Dimensione del File | 23.95 KB |
| Conteggio Installazioni | 28,215 |
| Versione Corrente | 0.2.0 |
| Ultimo Aggiornamento | 2021-05-15 |
| Data di Pubblicazione | 2019-10-22 |
| Valutazione | 3.88/5 Totale 25 Valutazioni |
| Sviluppatore | https://peterfoxflick.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/peterfoxflick/CanvasQuizPrinter |
| URL della Pagina di Aiuto | https://github.com/peterfoxflick/CanvasQuizPrinter/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Canvas Quiz Printer",
"version": "0.2.0",
"description": "Easily print quizzes from Canvas.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"https:\/\/*\/quizzes\/*",
"activeTab"
],
"browser_action": {
"default_title": "Print this Quiz",
"default_icon": "icon16.png"
},
"content_security_policy": "script-src 'self' https:\/\/kit.fontawesome.com https:\/\/unpkg.com https:\/\/www.google-analytics.com; object-src 'self'"
} | |