UAlberta - Engineering Chart Augmenter

This extension provides course descriptions when you hover over a course on course1.html or course2.html.

Qu'est-ce que UAlberta - Engineering Chart Augmenter ?

UAlberta - Engineering Chart Augmenter est une extension Chrome développée par Motiejus Osipovas, et sa fonction principale est "This extension provides course descriptions when you hover over a course on course1.html or course2.html.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UAlberta - Engineering Chart Augmenter

Téléchargez les fichiers d'extension UAlberta - Engineering Chart Augmenter 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

                        Are you an Engineering Student at the University of Alberta?

Have you ever visited one of these pages:

http://www.registrar.ualberta.ca/calendar/Undergrad/Engineering/chart1.html

or

http://www.registrar.ualberta.ca/calendar/Undergrad/Engineering/chart2.html

Ever wondered what all those courses were about? Wonder no longer!

When this extension is installed a title and description will appear when you hover on a course.

New in Version 1.0.1
+ Added Titles
+ Added Descriptions for Older Courses
+ Added support for charts for the following Academic Years (2010-2011, 2011-2012, 2012-2013)
+ Now using minified Javascript and CSS (smaller extension size)

New in Version 1.0.2
+ Added new courses: MEC E 485, PHYSL 210A and PHYSL 210B
+ Added Support for charts for 2014-2015
+ Course titles are now bold
+ No more 'undefined' tooltips when hovering on Terms

New in Version 1.03 (Jan 14 2016)
+ Added support for HTTPS chart pages


Please Rate & Review. Feel free to suggest features. Send harsh and scathing feedback if you find a problem with this extension.                    

Informations de Base sur l'Extension

Nom UAlberta - Engineering Chart Augmenter UAlberta - Engineering Chart Augmenter
ID gcplnjdpndjnnpibobbjkjakjafelbne
URL Officiel https://chromewebstore.google.com/detail/ualberta-engineering-char/gcplnjdpndjnnpibobbjkjakjafelbne
Description This extension provides course descriptions when you hover over a course on course1.html or course2.html.
Taille du Fichier 81.5 KB
Nombre d'Installations 59
Version Actuelle 1.0.3
Dernière Mise à Jour 2016-01-14
Date de Publication 2016-01-14
Évaluation 5.00/5 Total 4 Évaluations
Développeur Motiejus Osipovas
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UAlberta - Engineering Chart Augmenter",
    "short_name": "UAECA",
    "description": "This extension provides course descriptions when you hover over a course on course1.html or course2.html.",
    "version": "1.0.3",
    "permissions": [
        "*:\/\/www.registrar.ualberta.ca\/calendar\/Undergrad\/Engineering\/chart1.html",
        "*:\/\/www.registrar.ualberta.ca\/calendar\/Undergrad\/Engineering\/chart1.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.registrar.ualberta.ca\/calendar\/Undergrad\/Engineering\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "myscript.js",
                "jquery-ui-1.10.3.custom.min.js"
            ],
            "css": [
                "jquery-ui-1.10.3.custom.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*.txt"
    ]
}