Lou's List

Adds additional functionality onto Lou's List

Was ist Lou's List?

Lou's List ist eine Chrome-Erweiterung, die von ferristseng entwickelt wurde, und ihr Hauptmerkmal ist "Adds additional functionality onto Lou's List".

Erweiterungsscreenshots

screenshot

Lou's List-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lou's List-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Adds additional features onto Lou's List.

- Save classes to a list for future reference
- Click on classes to see conflicts with other selected classes
- Hover your mouse over a class on the sidebar to see additional information

Changes

1.5 -
* updated to accommodate 11/12/13 changes to Lou's List.  
1.4 -
* bug fix
1.3 -
* allow saving of selected items in lists
* bug fixes
1.2 - 
* fixed a bug preventing the extension from launching upon first use
* backend changes                    

Grundlegende Informationen zur Erweiterung

Name Lou's List Lou's List
ID fpcleiagbmdjlfkidbcjplddafdempid
Offizielle URL https://chromewebstore.google.com/detail/lous-list/fpcleiagbmdjlfkidbcjplddafdempid
Beschreibung Adds additional functionality onto Lou's List
Dateigröße 42.12 KB
Installationsanzahl 66
Aktuelle Version 1.5
Letztes Update 2013-11-13
Veröffentlichungsdatum 2013-11-12
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler ferristseng
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lou's List",
    "description": "Adds additional functionality onto Lou's List",
    "version": "1.5",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/rabi.phys.virginia.edu\/mySIS\/CS2\/page.php*",
                "http:\/\/rabi.phys.virginia.edu\/mySIS\/CS2\/index.php*",
                "http:\/\/rabi.phys.virginia.edu\/mySIS\/CC2\/*.html",
                "http:\/\/rabi.phys.virginia.edu\/mySIS\/CS2\/search.php*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "utility.js",
                "objects.js",
                "page.js",
                "event.js"
            ],
            "run_at": "document_start"
        }
    ]
}