Canvas Grades Extension
An Extension to view all your Grades on the Courses Pages!
Canvas Grades Extensionとは何ですか?
Canvas Grades Extensionはanish.kondepudiによって開発されたChromeの拡張機能で、その主な機能は「An Extension to view all your Grades on the Courses Pages!」です。
拡張機能のスクリーンショット
Canvas Grades Extension拡張機能のCRXファイルをダウンロード
Canvas Grades Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The purpose of this Chrome Extension is to give an easy to use, organized view of students' grades, as well as links to those grades and other important files from all classes on the dashboard, which is the default page that the student goes to when they sign in to Canvas. Note that for the extension to function properly, the user must be using Card View on their Canvas Dashboard and must be a student at UC Davis - the extension may or may not work for other universities/schools.
拡張機能の基本情報
名前 | Canvas Grades Extension |
ID | fneahceogligokfcllminogbilaamgbd |
公式URL | https://chromewebstore.google.com/detail/canvas-grades-extension/fneahceogligokfcllminogbilaamgbd |
説明 | An Extension to view all your Grades on the Courses Pages! |
ファイルサイズ | 490 KB |
インストール数 | 3,088 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2020-12-20 |
公開日 | 2020-12-02 |
評価 | 5.00/5 合計 11 レビュー |
開発者 | anish.kondepudi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/anish-kondepudi/canvas-grades-extension |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Canvas Grades Extension", "version": "0.0.0.3", "description": "An Extension to view all your Grades on the Courses Pages!", "content_scripts": [ { "matches": [ "https:\/\/*\/" ], "js": [ "EditDashboard.js" ] } ], "icons": { "128": "canvas_logo.png", "48": "canvas_logo.png", "16": "canvas_logo.png" }, "browser_action": { "default_icon": "canvas_logo.png", "default_popup": "popup.html", "default_title": "Canvas Grades Extension" } } |