Canvas Quiz Printer
Easily print quizzes from Canvas.
什麼是Canvas Quiz Printer?
Canvas Quiz Printer是由https://peterfoxflick.com開發的Chrome擴展程式,該擴展的主要功能是“Easily print quizzes from Canvas.”。
擴展截圖
下載Canvas Quiz Printer擴展crx文件
下載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 |
ID | aolnbenhahgdmbdgjdkphepifgdnphcl |
官方網址 | 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'" } |