RMP for Spire
Adds RMP scores to New Spire
什么是RMP for Spire?
RMP for Spire是由ggordbegli开发的Chrome扩展程序,该扩展的主要功能是“Adds RMP scores to New Spire”。
扩展截图
下载RMP for Spire扩展crx文件
下载RMP for Spire扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds Rate My Professor scores to the new version of Spire. Just search for classes and click the extension, then the ratings will appear. This will save you the hassle of navigating multiple tabs for each professor!
扩展基本信息
名称 | |
ID | hcobmackmoenbachebflhldjccopcjpk |
官方URL | https://chromewebstore.google.com/detail/rmp-for-spire/hcobmackmoenbachebflhldjccopcjpk |
简介 | Adds RMP scores to New Spire |
文件大小 | 12.57 KB |
安装次数 | 50 |
当前版本 | 0.1 |
更新时间 | 2022-04-11 |
上架时间 | 2022-04-10 |
开发者 | ggordbegli |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://gabrielgordbegli.com/Privacy-Policies/moodle-auto-login |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RMP for Spire", "action": [], "manifest_version": 3, "version": "0.1", "description": "Adds RMP scores to New Spire", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" } } |