Canvas Calender Note Taking Extention

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

Cos'è Canvas Calender Note Taking Extention?

Canvas Calender Note Taking Extention è un'estensione di Chrome sviluppata da Kalicia&Grace, e la sua funzione principale è "This extention will allow users to take notes on the Canvas calender.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Canvas Calender Note Taking Extention

Scarica i file di estensione Canvas Calender Note Taking Extention in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Canvas Calender Note Taking Extention Canvas Calender Note Taking Extention
ID kbkdkicbnjddjpmeofjefdjaeglikmeg
URL Ufficiale https://chromewebstore.google.com/detail/canvas-calender-note-taki/kbkdkicbnjddjpmeofjefdjaeglikmeg
Descrizione This extention will allow users to take notes on the Canvas calender.
Dimensione del File 52.96 KB
Conteggio Installazioni 216
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2022-09-15
Data di Pubblicazione 2021-11-20
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Kalicia&Grace
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}