Canvas Quiz+
Canvas Quiz Maker +
Canvas Quiz+とは何ですか?
Canvas Quiz+はyushunによって開発されたChromeの拡張機能で、その主な機能は「Canvas Quiz Maker +」です。
拡張機能のスクリーンショット
Canvas Quiz+拡張機能のCRXファイルをダウンロード
Canvas Quiz+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extends the capability of Formula Questions on Canvas.
Have complete control over how any variable is created.
Leverage the power of Javascript in formula creation! 拡張機能の基本情報
| 名前 | |
| ID | jbpanaoeongimfdcfbnhfaagblakgpca |
| 公式URL | https://chromewebstore.google.com/detail/canvas-quiz+/jbpanaoeongimfdcfbnhfaagblakgpca |
| 説明 | Canvas Quiz Maker + |
| ファイルサイズ | 293 KB |
| インストール数 | 149 |
| 現在のバージョン | 0.0.41 |
| 最終更新日 | 2022-01-03 |
| 公開日 | 2020-07-09 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | yushun |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://sites.google.com/view/canvasquiz/home |
| ヘルプページのURL | https://sites.google.com/view/canvasquiz/home |
| プライバシーポリシーページのURL | https://sites.google.com/marincatholic.org/mczoom/policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Canvas Quiz+",
"version": "0.0.41",
"description": "Canvas Quiz Maker +",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"page": "background.html"
},
"web_accessible_resources": [
"script_inject.js",
"help.html",
"update004.html",
"images\/*"
],
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/courses\/*\/quizzes\/*\/edit",
"https:\/\/*\/courses\/*\/question_banks\/*"
],
"css": [
"style.css"
],
"js": [
"jquery-3.2.1.min.js",
"jquery-ui.min.js",
"observer.js",
"myScript.js"
],
"run_at": "document_idle"
}
]
} | |