PSU DARS Formatter

Adds hierarchy and readability to PSU's student DARS reports.

PSU DARS Formatter क्या है?

PSU DARS Formatter Thom Hines द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds hierarchy and readability to PSU's student DARS reports."।

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

screenshot

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

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

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

                        The DARS Formatter will automatically reformat the output of any DARS report created through PSU's banweb services. 

The reformatted version has been designed to:
- add visual hierarchy and reduce visual clutter
- make it easier to scan through the information in the document
- quickly find which requirements have and have not been met
- allow users to minimize each section to allow them to focus on smaller amounts of content at any given time
- automatically style reports for better readability and to waste less ink when printing

This extension has only been tested with a small handful of DARS reports and so it may not work perfectly for everyone. Please contact the developer if you have any problems or questions.

DISCLAIMER:  The creator of this extension does not claim responsibility for any missing or altered information that may affect a student's graduation status. This extension only formats but does not alter any student information. To ensure that you have all of the necessary requirements, see your academic advisor.                    

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

नाम PSU DARS Formatter PSU DARS Formatter
ID goghpfmooeeomjgggljbpmjkpfopoohk
आधिकारिक URL https://chromewebstore.google.com/detail/psu-dars-formatter/goghpfmooeeomjgggljbpmjkpfopoohk
विवरण Adds hierarchy and readability to PSU's student DARS reports.
फ़ाइल का आकार 92.88 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2013-11-29
प्रकाशन तिथि 2013-11-29
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर Thom Hines
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PSU DARS Formatter",
    "description": "Adds hierarchy and readability to PSU's student DARS reports.",
    "version": "1.0.7",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/banweb.pdx.edu\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/banweb.pdx.edu\/*audit=*"
            ],
            "js": [
                "jquery.js",
                "dars.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dars.css"
    ],
    "page_action": {
        "default_title": "PSU DARS Formatter",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2
}