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はKalicia&Graceによって開発されたChromeの拡張機能で、その主な機能は「This extention will allow users to take notes on the Canvas calender.」です。
拡張機能のスクリーンショット
Canvas Calender Note Taking Extention拡張機能のCRXファイルをダウンロード
Canvas Calender Note Taking Extention拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": []
} | |