Canvas Calender Note Taking Extention
This extention will allow users to take notes on the Canvas calender.
Hvad er Canvas Calender Note Taking Extention?
Canvas Calender Note Taking Extention er en Chrome-udvidelse udviklet af Kalicia&Grace, og dens hovedfunktion er "This extention will allow users to take notes on the Canvas calender.".
Udvidelsesskærmbilleder
Download Canvas Calender Note Taking Extention-udvidelses-CRX-fil
Download Canvas Calender Note Taking Extention-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Canvas Calender Note Taking Extention |
ID | kbkdkicbnjddjpmeofjefdjaeglikmeg |
Officiel URL | https://chromewebstore.google.com/detail/canvas-calender-note-taki/kbkdkicbnjddjpmeofjefdjaeglikmeg |
Beskrivelse | This extention will allow users to take notes on the Canvas calender. |
Filstørrelse | 52.96 KB |
Antal Installationer | 216 |
Nuværende Version | 0.0.0.2 |
Senest Opdateret | 2022-09-15 |
Udgivelsesdato | 2021-11-20 |
Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
Udvikler | Kalicia&Grace |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [] } |