CalvinStudent

Useful student links, images in people search, and Amazon prices on the bookstore page.

Τι είναι το CalvinStudent;

Το CalvinStudent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://classbooklist.org, και η κύρια λειτουργία του είναι "Useful student links, images in people search, and Amazon prices on the bookstore page.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CalvinStudent

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

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

                        The CalvinStudent extension enhances the web for Calvin Students. The extension provides alternative textbook prices from Amazon (Half and Valore Books thanks to classbooklist.org), pictures on the people search page, and Quick Access Links in the extension menu. All features may be disabled through the menu.
FEATURES:
  • Shows pictures on people search results page
 • Show alternative textbook options on the Calvin bookstore with lower prices on Amazon, Half (and other sites)
 • Customizable frequently used links in the extension's icon menu

PLANNED:
• Automatic sign in to Calvin websites (Outlook, Moodle, calvin.edu/student resources, Hekman library...)

PROPOSALS:
 • Map of calvin with building/dining hall hours (and dorm open hours) ((kind of thinking a mini-map style))
 • Integration with SP (maybe ratemyprofessor score & saving schedules easier)
 • Normal looking class pictures

If you find bugs or have feature proposals, please submit them to the CalvinStudent developers https://goo.gl/oCgJag. Thanks!                    

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

Όνομα CalvinStudent CalvinStudent
ID cboobedmfllcbpdfdfnafkkngodhekna
Επίσημο URL https://chromewebstore.google.com/detail/calvinstudent/cboobedmfllcbpdfdfnafkkngodhekna
Περιγραφή Useful student links, images in people search, and Amazon prices on the bookstore page.
Μέγεθος Αρχείου 4.4 MB
Αριθμός Εγκαταστάσεων 56
Τρέχουσα Έκδοση 2.5.2
Τελευταία Ενημέρωση 2018-01-19
Ημερομηνία Δημοσίευσης 2018-01-18
Αξιολόγηση 5.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://classbooklist.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CalvinStudent",
    "description": "Useful student links, images in people search, and Amazon prices on the bookstore page.",
    "version": "2.5.2",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/peoplesearch-1.png",
        "images\/peoplesearch-2.png",
        "images\/icons\/cs-tiny.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.bkstr.com\/*",
                "https:\/\/*.bkstr.com\/*"
            ],
            "js": [
                "augment-store.js"
            ],
            "css": [
                "augment-store.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.calvin.edu\/cgi-bin\/people.pl*"
            ],
            "js": [
                "augment-people.js"
            ],
            "css": [
                "augment-people.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.calvin.edu\/cgi-bin\/auth\/login.pl*",
                "https:\/\/kvcdata.calvin.edu\/cgi-bin\/wwizsc\/wwizsc4.asp*",
                "https:\/\/resources.calvin.edu\/selfservice\/WebAdvisor?*SS=LGRQ*",
                "https:\/\/lib-proxy.calvin.edu\/login*",
                "https:\/\/moodle.calvin.edu\/login\/index.php*",
                "https:\/\/lib-schedule.calvin.edu\/Web\/*",
                "https:\/\/adfs.calvin.edu\/adfs\/ls\/*",
                "https:\/\/ulysses.calvin.edu\/eg\/opac\/login*"
            ],
            "js": [
                "augment-login.js"
            ]
        },
        {
            "matches": [
                "http:\/\/moodle.calvin.edu\/*"
            ],
            "css": [
                "augment-moodle.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.calvin.edu\/*",
                "http:\/\/*.calvin.edu\/*",
                "https:\/\/*.calvin.edu\/",
                "https:\/\/calvin.edu\/*"
            ],
            "js": [
                "augment-calvin.js"
            ],
            "css": [
                "augment-calvin.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/slatepermuate.org\/*"
        ]
    },
    "background": {
        "page": "popup.html"
    },
    "browser_action": {
        "default_title": "Click for CalvinStudent Guide",
        "default_icon": "images\/icons\/calvinstudent-icon-notext4-01.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}