Canvas Calender Note Taking Extention
This extention will allow users to take notes on the Canvas calender.
ما هو Canvas Calender Note Taking Extention؟
Canvas Calender Note Taking Extention هو إضافة Chrome تم تطويرها بواسطة Kalicia&Grace، والميزة الرئيسية لها هي "This extention will allow users to take notes on the Canvas calender.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Canvas Calender Note Taking Extention
قم بتنزيل ملفات الامتداد Canvas Calender Note Taking Extention بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Canvas Calender Note Taking Extention |
ID | kbkdkicbnjddjpmeofjefdjaeglikmeg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/canvas-calender-note-taki/kbkdkicbnjddjpmeofjefdjaeglikmeg |
الوصف | This extention will allow users to take notes on the Canvas calender. |
حجم الملف | 52.96 KB |
عدد التثبيتات | 216 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2022-09-15 |
تاريخ النشر | 2021-11-20 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Kalicia&Grace |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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": [] } |