GPA-me

A simple extension for editting your un-submitted grades to see what your GPA will be!

GPA-me là gì?

GPA-me là một tiện ích mở rộng Chrome được phát triển bởi Noah Presler, và tính năng chính của nó là "A simple extension for editting your un-submitted grades to see what your GPA will be!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GPA-me

Tải xuống các tệp mở rộng GPA-me dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        It's finals week and you have no idea what your grades are going to be...The suspense is killing you...what will your GPA be?! You pull out a calculator, or maybe open an excel doc and start plugging away.

No longer will you be submitted to the grueling process of these calculations! Instead, easily edit your grades from ISIS and see your GPA update in real time. 

Go to the options page to turn on 'Stress Mode' to cover your grades and keep them hidden!

By installing this extension, you will automatically have this ability whenever you are on the ISIS 'My Grades' page. Simply log in with your JHED-ID and start editing to see what your GPA might be. 

Made for students attending the Johns Hopkins University.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GPA-me GPA-me
ID mnpgbocbiohchhfjkcbppidafmeokidj
URL Chính Thức https://chromewebstore.google.com/detail/gpa-me/mnpgbocbiohchhfjkcbppidafmeokidj
Mô tả A simple extension for editting your un-submitted grades to see what your GPA will be!
Kích Thước Tệp 37.65 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 4
Cập Nhật Lần Cuối 2016-11-17
Ngày Phát Hành 2016-11-17
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Noah Presler
Loại Thanh Toán free
Trang Web Mở Rộng http://semester.ly
URL Trang Trợ Giúp http://semester.ly
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPA-me",
    "description": "A simple extension for editting your un-submitted grades to see what your GPA will be!",
    "version": "4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "gpa-me.css"
            ],
            "matches": [
                "https:\/\/sis.jhu.edu\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "options_page": "options.html"
}