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」です。
拡張機能のスクリーンショット
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 |
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" ] } ] } |