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 |
| 官方網址 | 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": []
} | |