GradePoint - MyPlan
A browser extension that displays additional data for courses on MyPlan.
什么是GradePoint - MyPlan?
GradePoint - MyPlan是由https://jxke.me开发的Chrome扩展程序,该扩展的主要功能是“A browser extension that displays additional data for courses on MyPlan.”。
扩展截图
下载GradePoint - MyPlan扩展crx文件
下载GradePoint - MyPlan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
[ALL BUGS FIXED!! :)] Introducing Gradepoint 📊 – the browser extension that makes course selection a breeze for University of Washington students! 🔍👨🎓 🌟 With GradePoint, you'll have access to all the juicy stats on your courses and profs! 📈 From average grade distribution to real professor reviews, you'll be armed with the knowledge to make the best choices for your academic success! 💪 📚 And if that's not enough, GradePoint also connects with Rate My Professor to give you the inside scoop on what other students think of your profs! 👀 You'll know which professors to avoid and which ones are your new academic crush! 😍 👨🏫 So why settle for mediocre grades and less-than-stellar professors when you can have the best of the best? 💯 Download GradePoint now and become the ultimate academic wizard! 🧙♂️
扩展基本信息
名称 | GradePoint - MyPlan |
ID | ljcpnekamefmpkpmbcjbeiibdamgekab |
官方URL | https://chromewebstore.google.com/detail/gradepoint-myplan/ljcpnekamefmpkpmbcjbeiibdamgekab |
简介 | A browser extension that displays additional data for courses on MyPlan. |
文件大小 | 37.99 KB |
安装次数 | 754 |
当前版本 | 1.3 |
更新时间 | 2024-03-04 |
上架时间 | 2023-05-05 |
评分 | 4.60/5 共5次评分 |
开发者 | https://jxke.me |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gradepoint.jxke.me |
帮助页面URL | https://twitter.com/notlilj |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GradePoint - MyPlan", "version": "1.3", "description": "A browser extension that displays additional data for courses on MyPlan.", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/myplan.uw.edu\/*" ], "css": [ "styles.css" ], "js": [ "content2.js" ] } ], "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "host_permissions": [ "https:\/\/bhpscfcsjsqqqtovmwfk.functions.supabase.co\/*", "https:\/\/myplan.uw.edu\/*", "https:\/\/www.ratemyprofessors.com\/*" ] } |