Canvas Calender Note Taking Extention
This extention will allow users to take notes on the Canvas calender.
Apa itu Canvas Calender Note Taking Extention?
Canvas Calender Note Taking Extention adalah ekstensi Chrome yang dikembangkan oleh Kalicia&Grace, dan fitur utamanya adalah "This extention will allow users to take notes on the Canvas calender.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Canvas Calender Note Taking Extention
Unduh file ekstensi Canvas Calender Note Taking Extention dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Canvas Calender Note Taking Extention |
ID | kbkdkicbnjddjpmeofjefdjaeglikmeg |
URL Resmi | https://chromewebstore.google.com/detail/canvas-calender-note-taki/kbkdkicbnjddjpmeofjefdjaeglikmeg |
Deskripsi | This extention will allow users to take notes on the Canvas calender. |
Ukuran File | 52.96 KB |
Jumlah Instalasi | 216 |
Versi Saat Ini | 0.0.0.2 |
Terakhir Diperbarui | 2022-09-15 |
Tanggal Publikasi | 2021-11-20 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Kalicia&Grace |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [] } |