Canvas Quiz Printer
Easily print quizzes from Canvas.
Co to jest Canvas Quiz Printer?
Canvas Quiz Printer to rozszerzenie Chrome opracowane przez https://peterfoxflick.com, a jego główną funkcją jest „Easily print quizzes from Canvas.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Canvas Quiz Printer
Pobierz pliki rozszerzeń Canvas Quiz Printer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | aolnbenhahgdmbdgjdkphepifgdnphcl |
| Oficjalny URL | https://chromewebstore.google.com/detail/canvas-quiz-printer/aolnbenhahgdmbdgjdkphepifgdnphcl |
| Opis | Easily print quizzes from Canvas. |
| Rozmiar pliku | 23.95 KB |
| Liczba instalacji | 28,215 |
| Aktualna Wersja | 0.2.0 |
| Ostatnia Aktualizacja | 2021-05-15 |
| Data Publikacji | 2019-10-22 |
| Ocena | 3.88/5 Łącznie 25 Oceny |
| Deweloper | https://peterfoxflick.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/peterfoxflick/CanvasQuizPrinter |
| Adres URL Strony Pomocy | https://github.com/peterfoxflick/CanvasQuizPrinter/issues |
| Obsługiwane Języki | 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'"
} | |