Ezel
Enhance your Canvas experience
Ezel क्या है?
Ezel Joey Barr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your Canvas experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ezel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |