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" } } |