Planner Helper

Hooks the class planner up to CAPE and Grade Distributions

什麼是Planner Helper?

Planner Helper是由J Delaney開發的Chrome擴展程式,該擴展的主要功能是“Hooks the class planner up to CAPE and Grade Distributions”。

擴展截圖

screenshot

下載Planner Helper擴展crx文件

下載Planner Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tired of needing to have tons of tabs open when planning classes? Now you don't need to. This extensions hooks up to the class planner allowing you to see all you need to know about a professor. It includes their grade distributions, and CAPE reviews.                    

擴展基本資訊

名稱 Planner Helper Planner Helper
ID omoljdnncdeeglgmagijlamhjlagobep
官方網址 https://chromewebstore.google.com/detail/planner-helper/omoljdnncdeeglgmagijlamhjlagobep
簡介 Hooks the class planner up to CAPE and Grade Distributions
檔案大小 82.03 KB
安裝次數 1,456
目前版本 2.4.2
更新時間 2017-02-28
上架時間 2017-02-28
評分 4.94/5 共 51 次評分
開發者 J Delaney
付費類型 free
擴展官網 https://twitter.com/CtrlShiftJ
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Planner Helper",
    "version": "2.4.2",
    "manifest_version": 2,
    "homepage_url": "https:\/\/act.ucsd.edu\/webreg2\/start",
    "description": "Hooks the class planner up to CAPE and Grade Distributions",
    "icons": {
        "16": "icons\/icon16x16.png",
        "32": "icons\/icon32x32.png",
        "48": "icons\/icon48x48.png",
        "128": "icons\/icon128x128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/asucsd.ucsd.edu\/*",
        "https:\/\/act.ucsd.edu\/webreg2\/*",
        "http:\/\/*.ucsd.edu\/*",
        "http:\/\/search.mtvnservices.com\/*",
        "http:\/\/*.mtvnservices.com\/*",
        "http:\/\/search.mtvnservices.com\/typeahead\/suggest\/*",
        "http:\/\/www.ratemyprofessors.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/act.ucsd.edu\/webreg2\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/underscore.min.js",
                "src\/inject\/error_handler.js",
                "src\/inject\/data_section.js",
                "src\/inject\/gradeDist.js",
                "src\/inject\/cape.js",
                "src\/inject\/planner_helper.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}