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. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |