Blackboard Learn Exam Printing
This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)
Co je Blackboard Learn Exam Printing?
Blackboard Learn Exam Printing je rozšíření Chrome vyvinuté Imtiaz, a jeho hlavní funkcí je „This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Blackboard Learn Exam Printing
Stáhněte si soubory rozšíření Blackboard Learn Exam Printing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Blackboard Learn Exam Printing |
ID | aelhoojncpjocgdcgjfhfgmdklbidflh |
Oficiální URL | https://chromewebstore.google.com/detail/blackboard-learn-exam-pri/aelhoojncpjocgdcgjfhfgmdklbidflh |
Popis | This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad) |
Velikost souboru | 16.66 KB |
Počet instalací | 1,272 |
Aktuální Verze | 1.80 |
Poslední Aktualizace | 2015-12-15 |
Datum Vydání | 2015-12-14 |
Hodnocení | 5.00/5 Celkem 12 Hodnocení |
Vývojář | Imtiaz |
Typ Platby | free |
Podporované Jazyky | 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 } |