Canvas Calender Note Taking Extention

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

O que é Canvas Calender Note Taking Extention?

Canvas Calender Note Taking Extention é uma extensão do Chrome desenvolvida por Kalicia&Grace, e sua principal característica é "This extention will allow users to take notes on the Canvas calender.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Canvas Calender Note Taking Extention

Baixe arquivos de extensão Canvas Calender Note Taking Extention no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Canvas Calender Note Taking Extention Canvas Calender Note Taking Extention
ID kbkdkicbnjddjpmeofjefdjaeglikmeg
URL Oficial https://chromewebstore.google.com/detail/canvas-calender-note-taki/kbkdkicbnjddjpmeofjefdjaeglikmeg
Descrição This extention will allow users to take notes on the Canvas calender.
Tamanho do Arquivo 52.96 KB
Contagem de Instalações 216
Versão Atual 0.0.0.2
Última Atualização 2022-09-15
Data de Publicação 2021-11-20
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Kalicia&Grace
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
}