Ezel
Enhance your Canvas experience
Ezel란 무엇입니까?
Ezel은(는) Joey Barr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Canvas experience"입니다.
확장 프로그램 스크린샷
Ezel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
***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" } } |