Canvas Quiz Printer
Easily print quizzes from Canvas.
Wat is Canvas Quiz Printer?
Canvas Quiz Printer is een Chrome-extensie ontwikkeld door https://peterfoxflick.com, en de belangrijkste functie is "Easily print quizzes from Canvas.".
Extensie Screenshots
Download het CRX-bestand van de extensie Canvas Quiz Printer
Download Canvas 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
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. Basisinformatie over de Extensie
| Naam | |
| ID | aolnbenhahgdmbdgjdkphepifgdnphcl |
| Officiële URL | https://chromewebstore.google.com/detail/canvas-quiz-printer/aolnbenhahgdmbdgjdkphepifgdnphcl |
| Beschrijving | Easily print quizzes from Canvas. |
| Bestandsgrootte | 23.95 KB |
| Aantal Installaties | 28,215 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2021-05-15 |
| Publicatiedatum | 2019-10-22 |
| Beoordeling | 3.88/5 Totaal 25 Beoordelingen |
| Ontwikkelaar | https://peterfoxflick.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/peterfoxflick/CanvasQuizPrinter |
| Help Pagina-URL | https://github.com/peterfoxflick/CanvasQuizPrinter/issues |
| Ondersteunde Talen | 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'"
} | |