Ezel
Enhance your Canvas experience
Ezelとは何ですか?
EzelはJoey Barrによって開発されたChromeの拡張機能で、その主な機能は「Enhance your Canvas experience」です。
拡張機能のスクリーンショット
Ezel拡張機能のCRXファイルをダウンロード
Ezel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
***As Canvas recently received a complete aesthetic overhaul, Ezel will be out of commission for an indefinite but hopefully short period of time*** An extension to improve the aesthetics and functionality of Canvas LMS -adds material design aspects to top menu and activity feed. -allows top menu to be reordered -adds "View in Browser" button to attachments for announcements -adds handy menu when browsing modules (hold down mouse on next/previous buttons; be sure to continue to hold it down as you move it onto the menu.) -rename classes on "View All or Customize" page -nifty class list on main activity page NOTICE: This software is in no way affiliated with or supported by Canvas or Instructure
拡張機能の基本情報
名前 | |
ID | jkaaichfbhjimjepfemhcbpedipjpopb |
公式URL | https://chrome.google.com/webstore/detail/ezel/jkaaichfbhjimjepfemhcbpedipjpopb |
説明 | Enhance your Canvas experience |
ファイルサイズ | 120 KB |
インストール数 | 44 |
現在のバージョン | 0.1.16 |
最終更新日 | 2016-01-08 |
公開日 | 2016-01-08 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | Joey Barr |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ezel", "short_name": "Ezel", "description": "Enhance your Canvas experience", "version": "0.1.16", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.instructure.com\/*" ], "js": [ "jquery.min.js", "jquery-ui.min.js", "ezel.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "*.png", "*.wav", "*.svg" ], "icons": { "128": "\/images\/128-Ezel.png", "48": "\/images\/48-Ezel.png", "16": "\/images\/16-Ezel.png" } } |