Avgr
Shows a class average on the Instructure Canvas CMS
Avgrとは何ですか?
Avgrはbohinsk1によって開発されたChromeの拡張機能で、その主な機能は「Shows a class average on the Instructure Canvas CMS」です。
拡張機能のスクリーンショット
Avgr拡張機能のCRXファイルをダウンロード
Avgr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension to show a class average on the Instructure Canvas CMS.
拡張機能の基本情報
名前 | Avgr |
ID | pfnfdaggkjelbkjbmfngcjllgamgdkdp |
公式URL | https://chromewebstore.google.com/detail/avgr/pfnfdaggkjelbkjbmfngcjllgamgdkdp |
説明 | Shows a class average on the Instructure Canvas CMS |
ファイルサイズ | 62.18 KB |
インストール数 | 114 |
現在のバージョン | 2.0.1 |
最終更新日 | 2017-05-01 |
公開日 | 2017-05-01 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | bohinsk1 |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/kbohinski/avgr |
ヘルプページのURL | https://github.com/kbohinski/avgr |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Avgr", "version": "2.0.1", "manifest_version": 2, "description": "Shows a class average on the Instructure Canvas CMS", "homepage_url": "https:\/\/github.com\/kbohinski\/avgr", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/*.instructure.com\/*" ], "js": [ "src\/inject\/inject.js", "jquery-3.2.1.min.js" ] } ] } |