Canvas Quiz Printer

Easily print quizzes from Canvas.

Canvas Quiz Printerคืออะไร?

Canvas Quiz Printer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://peterfoxflick.com และคุณลักษณะหลักของมันคือ "Easily print quizzes from Canvas."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Quiz Printer

ดาวน์โหลดไฟล์ส่วนขยาย Canvas Quiz Printer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Canvas Quiz Printer Canvas Quiz Printer
ID aolnbenhahgdmbdgjdkphepifgdnphcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/canvas-quiz-printer/aolnbenhahgdmbdgjdkphepifgdnphcl
คำอธิบาย Easily print quizzes from Canvas.
ขนาดไฟล์ 23.95 KB
จำนวนการติดตั้ง 28,215
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2021-05-15
วันที่เผยแพร่ 2019-10-22
คะแนน 3.88/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://peterfoxflick.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/peterfoxflick/CanvasQuizPrinter
URL หน้าช่วยเหลือ https://github.com/peterfoxflick/CanvasQuizPrinter/issues
ภาษาที่รองรับ 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'"
}