Lou's List Scheduler

A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…

Τι είναι το Lou's List Scheduler;

Το Lou's List Scheduler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MikeC., και η κύρια λειτουργία του είναι "A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Lou's List Scheduler

Λήψη αρχείων επέκτασης Lou's List Scheduler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List.

- Use add buttons on the side to add classes to your schedule
- Click the popup icon to turn on and off the extension and view your schedule
- Use clear all button to empty your schedule

Version 0.2
- Updated CSS and Added functionality

Version 0.3
- Solved conflict classes layout issues
- Updated CSS and Added functionality

Version 0.4
- Regular update

Version 0.5
- Bug fixes

Version 0.6
- Update to new lous list

Version 0.7
- Bug fixes                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lou's List Scheduler Lou's List Scheduler
ID pkmcklbkifllghbiecdlmpdmdghjjbjd
Επίσημο URL https://chromewebstore.google.com/detail/lous-list-scheduler/pkmcklbkifllghbiecdlmpdmdghjjbjd
Περιγραφή A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…
Μέγεθος Αρχείου 134 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 0.7
Τελευταία Ενημέρωση 2020-09-30
Ημερομηνία Δημοσίευσης 2020-04-19
Προγραμματιστής MikeC.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lou's List Scheduler",
    "version": "0.7",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/louslist.org\/\/*"
            ],
            "js": [
                "jquery-3.4.1.js",
                "script.js",
                "popup.js",
                "update.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}