Ezel

Enhance your Canvas experience

什麼是Ezel?

Ezel是由Joey Barr開發的Chrome擴展程式,該擴展的主要功能是“Enhance your Canvas experience”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Ezel Ezel
ID jkaaichfbhjimjepfemhcbpedipjpopb
官方網址 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"
    }
}