Canvas Calender Note Taking Extention

This extention will allow users to take notes on the Canvas calender.

Was ist Canvas Calender Note Taking Extention?

Canvas Calender Note Taking Extention ist eine Chrome-Erweiterung, die von Kalicia&Grace entwickelt wurde, und ihr Hauptmerkmal ist "This extention will allow users to take notes on the Canvas calender.".

Erweiterungsscreenshots

screenshot

Canvas Calender Note Taking Extention-Erweiterungs-CRX-Datei herunterladen

Laden Sie Canvas Calender Note Taking Extention-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Canvas Calender Note Taking Extention Canvas Calender Note Taking Extention
ID kbkdkicbnjddjpmeofjefdjaeglikmeg
Offizielle URL https://chromewebstore.google.com/detail/canvas-calender-note-taki/kbkdkicbnjddjpmeofjefdjaeglikmeg
Beschreibung This extention will allow users to take notes on the Canvas calender.
Dateigröße 52.96 KB
Installationsanzahl 216
Aktuelle Version 0.0.0.2
Letztes Update 2022-09-15
Veröffentlichungsdatum 2021-11-20
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Kalicia&Grace
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
}