Canvas Quiz Printer

Easily print quizzes from Canvas.

Apa itu Canvas Quiz Printer?

Canvas Quiz Printer adalah ekstensi Chrome yang dikembangkan oleh https://peterfoxflick.com, dan fitur utamanya adalah "Easily print quizzes from Canvas.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Canvas Quiz Printer

Unduh file ekstensi Canvas 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

                        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.                    

Informasi Dasar Ekstensi

Nama Canvas Quiz Printer Canvas Quiz Printer
ID aolnbenhahgdmbdgjdkphepifgdnphcl
URL Resmi https://chromewebstore.google.com/detail/canvas-quiz-printer/aolnbenhahgdmbdgjdkphepifgdnphcl
Deskripsi Easily print quizzes from Canvas.
Ukuran File 23.95 KB
Jumlah Instalasi 28,215
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2021-05-15
Tanggal Publikasi 2019-10-22
Penilaian 3.88/5 Total 25 Penilaian
Pengembang https://peterfoxflick.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/peterfoxflick/CanvasQuizPrinter
URL Halaman Bantuan https://github.com/peterfoxflick/CanvasQuizPrinter/issues
Bahasa yang Didukung 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'"
}