Quick Gradesource

Quickly view your grades for any of your classes that are on Gradesource. Click the icon to quickly add/view your overall %, mean %…

What is Quick Gradesource?

Quick Gradesource is a Chrome extension developed by Brian Chung, and its main feature is "Quickly view your grades for any of your classes that are on Gradesource. Click the icon to quickly add/view your overall %, mean %…".

Extension Screenshots

screenshot

Download Quick Gradesource Extension CRX File

Download Quick Gradesource extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quickly view your grades for any of your classes that are on Gradesource. Click the icon to quickly add/view your overall %, mean % for the class, and median % for the class.                    

Extension Basic Information

Name Quick Gradesource Quick Gradesource
ID eejgepjkdgofjjekodcceamlokmchpko
Official URL https://chromewebstore.google.com/detail/quick-gradesource/eejgepjkdgofjjekodcceamlokmchpko
Description Quickly view your grades for any of your classes that are on Gradesource. Click the icon to quickly add/view your overall %, mean %…
File Size 122 KB
Installation Count 18
Current Version 1.1.0
Last Updated 2014-06-19
Publish Date 2014-06-19
Rating 5.00/5 Total 2 Ratings
Developer Brian Chung
Payment Type free
Extension Website https://github.com/brianchung808/Quick-Gradesource
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Gradesource",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "images\/icon38.png",
        "default_title": "Quick Gradesource",
        "default_popup": "index.html"
    },
    "permissions": [
        "http:\/\/www.gradesource.com\/*",
        "storage"
    ],
    "options_page": "options.html"
}