Planner Helper

Hooks the class planner up to CAPE and Grade Distributions

Planner Helperคืออะไร?

Planner Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย J Delaney และคุณลักษณะหลักของมันคือ "Hooks the class planner up to CAPE and Grade Distributions"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Planner Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}