Ezel

Enhance your Canvas experience

Qu'est-ce que Ezel ?

Ezel est une extension Chrome développée par Joey Barr, et sa fonction principale est "Enhance your Canvas experience".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ezel

Téléchargez les fichiers d'extension Ezel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ***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                    

Informations de Base sur l'Extension

Nom Ezel Ezel
ID jkaaichfbhjimjepfemhcbpedipjpopb
URL Officiel https://chrome.google.com/webstore/detail/ezel/jkaaichfbhjimjepfemhcbpedipjpopb
Description Enhance your Canvas experience
Taille du Fichier 120 KB
Nombre d'Installations 44
Version Actuelle 0.1.16
Dernière Mise à Jour 2016-01-08
Date de Publication 2016-01-08
Évaluation 5.00/5 Total 9 Évaluations
Développeur Joey Barr
Type de Paiement free
Langues Prises en Charge 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"
    }
}