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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |