Blackboard Learn Exam Printing
This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)
Blackboard Learn Exam Printingとは何ですか?
Blackboard Learn Exam PrintingはImtiazによって開発されたChromeの拡張機能で、その主な機能は「This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)」です。
拡張機能のスクリーンショット
Blackboard Learn Exam Printing拡張機能のCRXファイルをダウンロード
Blackboard Learn Exam Printing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Google Chrome extension will help the educators to take a print (or convert to PDF using "Save as PDF" option of Chrome) of student attempt. If you do not use this extension, you will get only one page as print as visible part of current tab.
拡張機能の基本情報
名前 | Blackboard Learn Exam Printing |
ID | aelhoojncpjocgdcgjfhfgmdklbidflh |
公式URL | https://chromewebstore.google.com/detail/blackboard-learn-exam-pri/aelhoojncpjocgdcgjfhfgmdklbidflh |
説明 | This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad) |
ファイルサイズ | 16.66 KB |
インストール数 | 1,272 |
現在のバージョン | 1.80 |
最終更新日 | 2015-12-15 |
公開日 | 2015-12-14 |
評価 | 5.00/5 合計 12 レビュー |
開発者 | Imtiaz |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blackboard Learn Exam Printing", "description": "This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)", "version": "1.80", "short_name": "BBL Exam Print", "icons": { "16": "images\/icon48.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon48.png", "38": "images\/icon128.png" }, "default_title": "Click here to print BBLearn Exam" }, "background": { "matches": [ "https:\/\/mylearn.hct.ac.ae\/*" ], "scripts": [ "scripts\/clickscript.js" ], "persistent": false }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/webapps\/assessment\/do\/gradeTest?outcomeDefinitionId*" ], "js": [ "scripts\/clickscript.js", "scripts\/bblprint.js" ], "run_at": "document_end" } ], "author": "Imtiaz Ahmad", "manifest_version": 2 } |