Canvas Calender Note Taking Extention

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

What is Canvas Calender Note Taking Extention?

Canvas Calender Note Taking Extention is a Chrome extension developed by Kalicia&Grace, and its main feature is "This extention will allow users to take notes on the Canvas calender.".

Extension Screenshots

screenshot

Download Canvas Calender Note Taking Extention Extension CRX File

Download Canvas Calender Note Taking Extention extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Canvas Calender Note Taking Extention Canvas Calender Note Taking Extention
ID kbkdkicbnjddjpmeofjefdjaeglikmeg
Official URL https://chromewebstore.google.com/detail/canvas-calender-note-taki/kbkdkicbnjddjpmeofjefdjaeglikmeg
Description This extention will allow users to take notes on the Canvas calender.
File Size 52.96 KB
Installation Count 216
Current Version 0.0.0.2
Last Updated 2022-09-15
Publish Date 2021-11-20
Rating 5.00/5 Total 6 Ratings
Developer Kalicia&Grace
Email [email protected]
Payment Type free
Supported Languages 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": []
}