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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |