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
官方網址 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"
}