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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kalicia&Grace และคุณลักษณะหลักของมันคือ "This extention will allow users to take notes on the Canvas calender."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Calender Note Taking Extention
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Canvas Calender Note Taking Extention |
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": [] } |