Ezel
Enhance your Canvas experience
Ezel là gì?
Ezel là một tiện ích mở rộng Chrome được phát triển bởi Joey Barr, và tính năng chính của nó là "Enhance your Canvas experience".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ezel
Tải xuống các tệp mở rộng Ezel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
***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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jkaaichfbhjimjepfemhcbpedipjpopb |
URL Chính Thức | https://chrome.google.com/webstore/detail/ezel/jkaaichfbhjimjepfemhcbpedipjpopb |
Mô tả | Enhance your Canvas experience |
Kích Thước Tệp | 120 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 0.1.16 |
Cập Nhật Lần Cuối | 2016-01-08 |
Ngày Phát Hành | 2016-01-08 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Joey Barr |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |