School Loop HoraceScope

Allows you to add, edit, and delete grades. Also includes a convenient Finals Calculator. School Loop HoraceScope (excuse the pun)…

School Loop HoraceScope란 무엇입니까?

School Loop HoraceScope은(는) Schoolloop Horacescope에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to add, edit, and delete grades. Also includes a convenient Finals Calculator. School Loop HoraceScope (excuse the pun)…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

School Loop HoraceScope 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Allows you to add, edit, and delete grades. Also includes a convenient Finals Calculator.

School Loop HoraceScope (excuse the pun) is a convenient way to answer all these questions. Instead of adding up all your points by hand, HoraceScope takes care of all the tedious details for you, and lets you easily see your potential new grade.

Features:
- An edit mode that allows you add, edit, and delete assignments.
- Works with categories and point based grading.
- Easy Method of detecting finals

Instructions:

Editing past grades:
Simply click on one of your past grades and change it, either through the keyboard or the arrow keys.

Adding new grades:
Click on the New Assignment button, click the dropdown menu to change any categories, and then change grades freely.

Adding a finals category:

Note: Some classes may not have a final category. If your grade is unweighted or if the finals goes in one of the available categories (like tests), no checkbox will appear allowing you to add a finals category.

1. Check the Add Final Categories check mark. Your grade may drop immediately, but don't panic. The program just assumes you currently have a 0 in a finals category (sure to lower anybody's grade). 
2. Now click on the New Assignment button and select the finals category.
3. Now you can change your finals grades around!


Note: Any changes made are purely hypothetical, and will not change your actual grade.

Send any concerns, bug reports, or questions to [email protected]. Thanks to Jessica & Sameer for helping me with this project. Also thanks to Ryan Carpenter for helping us at DBC Hackathon.

If you're worried about the contents of this extension, feel free to poke around at my code at https://github.com/Chillee/Schoolloop-HoraceScope                    

확장 프로그램 기본 정보

이름 School Loop HoraceScope School Loop HoraceScope
ID eijldmakpkmhciipnjchmhimcjcpahde
공식 URL https://chromewebstore.google.com/detail/school-loop-horacescope/eijldmakpkmhciipnjchmhimcjcpahde
설명 Allows you to add, edit, and delete grades. Also includes a convenient Finals Calculator. School Loop HoraceScope (excuse the pun)…
파일 크기 38.5 KB
설치 횟수 1,056
현재 버전 0.2.7.1
최근 업데이트 2015-12-18
출시 날짜 2015-12-18
평점 4.70/5 총 20 개의 평점
개발자 Schoolloop Horacescope
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "School Loop HoraceScope",
    "version": "0.2.7.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.schoolloop.com\/progress_report\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "contentscript.js"
            ],
            "css": [
                "schoolloop.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "new_assignment.html",
        "options.html",
        "finals_assignment.html"
    ]
}