Canvas Calender Note Taking Extention
This extention will allow users to take notes on the Canvas calender.
什么是Canvas Calender Note Taking Extention?
Canvas Calender Note Taking Extention是由Kalicia&Grace开发的Chrome扩展程序,该扩展的主要功能是“This extention will allow users to take notes on the Canvas calender.”。
扩展截图
下载Canvas Calender Note Taking Extention扩展crx文件
下载Canvas Calender Note Taking Extention扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Canvas Calendar Note Taking extension features a added note on the side replacing the mini calendar. Allowing for students to take personal notes on an easy to use interface.
Version 0.0.0.2 - Recently updated to work for all schools using instructure canvas website with their school. 扩展基本信息
| 名称 | |
| ID | kbkdkicbnjddjpmeofjefdjaeglikmeg |
| 官方URL | https://chromewebstore.google.com/detail/canvas-calender-note-taki/kbkdkicbnjddjpmeofjefdjaeglikmeg |
| 简介 | This extention will allow users to take notes on the Canvas calender. |
| 文件大小 | 52.96 KB |
| 安装次数 | 216 |
| 当前版本 | 0.0.0.2 |
| 更新时间 | 2022-09-15 |
| 上架时间 | 2021-11-20 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | Kalicia&Grace |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Canvas Calender Note Taking Extention",
"description": "This extention will allow users to take notes on the Canvas calender.",
"version": "0.0.0.2",
"manifest_version": 3,
"content_scripts": [
{
"js": [
"javascript.js"
],
"css": [
"style.css"
],
"matches": [
"https:\/\/*.instructure.com\/*"
]
}
],
"background": []
} | |