PSU DARS Formatter

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

PSU DARS Formatter란 무엇입니까?

PSU DARS Formatter은(는) Thom Hines에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds hierarchy and readability to PSU's student DARS reports."입니다.

확장 프로그램 스크린샷

screenshot

PSU DARS Formatter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}