Alice Keeler Gradebook Split

Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.

什么是Alice Keeler Gradebook Split?

Alice Keeler Gradebook Split是由https://alicekeeler.com开发的Chrome扩展程序,该扩展的主要功能是“Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.”。

扩展截图

screenshot
screenshot
screenshot

下载Alice Keeler Gradebook Split扩展crx文件

下载Alice Keeler Gradebook Split扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work. This allows you to easily enter grades and give feedback. Install the Chrome extension. In the options change the default from Teacher Tech to the link to your online gradebook. You can access the options by right clicking on the Chrome extension icon.                    

扩展基本信息

名称 Alice Keeler Gradebook Split Alice Keeler Gradebook Split
ID ipldiafffkbheamaoepjlncolocdlojd
官方URL https://chromewebstore.google.com/detail/alice-keeler-gradebook-sp/ipldiafffkbheamaoepjlncolocdlojd
简介 Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.
文件大小 23.7 KB
安装次数 11,157
当前版本 1.0.2
更新时间 2019-10-23
上架时间 2019-10-23
评分 3.50/5 共14次评分
开发者 https://alicekeeler.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.alicekeeler.com/teachertech/
隐私政策页面URL https://alicekeeler.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__"
    },
    "options_page": "options.html"
}