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 |
官方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'" } |