Planner Helper
Hooks the class planner up to CAPE and Grade Distributions
Planner Helper là gì?
Planner Helper là một tiện ích mở rộng Chrome được phát triển bởi J Delaney, và tính năng chính của nó là "Hooks the class planner up to CAPE and Grade Distributions".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Planner Helper
Tải xuống các tệp mở rộng Planner Helper 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Planner Helper |
ID | omoljdnncdeeglgmagijlamhjlagobep |
URL Chính Thức | https://chromewebstore.google.com/detail/planner-helper/omoljdnncdeeglgmagijlamhjlagobep |
Mô tả | Hooks the class planner up to CAPE and Grade Distributions |
Kích Thước Tệp | 82.03 KB |
Số Lần Cài Đặt | 1,456 |
Phiên Bản Hiện Tại | 2.4.2 |
Cập Nhật Lần Cuối | 2017-02-28 |
Ngày Phát Hành | 2017-02-28 |
Đánh Giá | 4.94/5 Tổng số 51 Đánh Giá |
Nhà Phát Triển | J Delaney |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitter.com/CtrlShiftJ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |