PennCoursePlus

Choosing courses has never been easier

PennCoursePlus क्या है?

PennCoursePlus Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Choosing courses has never been easier"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PennCoursePlus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        PennCoursePlus improves the search results on Penn InTouch. Reviews from penncoursereview.com are presented next to the course listings, and users can now easily sort the search results.

New in 0.2.2
=========
- Fix various bugs in scheduler and re-fix "associated recitations" bug. 

New in 0.2.0
=========
-Big new update! Add interactive scheduler feature to launch from Course Search or Mock Schedules. Takes courses from Course Cart and allows you to interactively schedule in a new window so you don't have to deal with inTouch not allowing multiple windows!

New in 0.0.24
===========
- Server updated, new features coming soon

New in 0.0.23
===========
- Now "associated recitations" will display correctly

New in 0.0.22
============
- No more "insecure content" warnings. Fetch courses with ease!
- More speed improvements


New in 0.0.21
===========
- 'View Grades' page bug has been fixed


New in 0.0.20
==============
- Sorting has been restored
- More speed improvements 

New in 0.0.10
=============
- Huge boost in performance! Running ***sooo*** much faster. Now with professor ratings included.
- Sorting is broken again, sorry!
- fixed duplicate professor naming ratings
- better handle when classes don't have ratings provided                    

एक्सटेंशन की मूल जानकारी

नाम PennCoursePlus PennCoursePlus
ID cpibgbfiblcgbnpbphpeoafgcjmncpbf
आधिकारिक URL https://chromewebstore.google.com/detail/penncourseplus/cpibgbfiblcgbnpbphpeoafgcjmncpbf
विवरण Choosing courses has never been easier
फ़ाइल का आकार 421 KB
स्थापना संख्या 440
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2016-02-27
प्रकाशन तिथि 2016-02-27
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://penncourseplus.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PennCoursePlus",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "Choosing courses has never been easier",
    "homepage_url": "http:\/\/penncourseplus.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/pennintouch.apps.upenn.edu\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css",
                "css\/theme.default.css",
                "css\/tooltipster.css",
                "css\/tooltipster-light.css"
            ],
            "matches": [
                "https:\/\/pennintouch.apps.upenn.edu\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/jquery\/jquery.tablesorter.js",
                "js\/jquery\/tooltip.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "src\/inject\/theme.default.css",
        "src\/inject\/profHash.json",
        "src\/inject\/inject.css"
    ]
}