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)”。

扩展截图

screenshot

下载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 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
}