NYU Albert GPA Calculator
Calculate your GPA on NYU Albert
什么是NYU Albert GPA Calculator?
NYU Albert GPA Calculator是由Matteo Sandrin开发的Chrome扩展程序,该扩展的主要功能是“Calculate your GPA on NYU Albert”。
扩展截图
下载NYU Albert GPA Calculator扩展crx文件
下载NYU Albert GPA Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you opened the spanking-new NYU Albert interface? Have you noticed that there is no sane way to view your GPA? Fear no more! This Chrome extension adds a nifty table in the "Grades" section of NYU Albert showing your GPA and how it's calculated. Disclaimer: The grades shown in the screenshot do not represent any specific student.
扩展基本信息
名称 | NYU Albert GPA Calculator |
ID | jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
官方URL | https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
简介 | Calculate your GPA on NYU Albert |
文件大小 | 38.64 KB |
安装次数 | 42 |
当前版本 | 1.01 |
更新时间 | 2018-03-20 |
上架时间 | 2018-03-20 |
开发者 | Matteo Sandrin |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NYU Albert GPA Calculator", "version": "1.01", "manifest_version": 2, "description": "Calculate your GPA on NYU Albert", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/sis.portal.nyu.edu\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js" ] } ] } |