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 |
官方網址 | 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" ] } ] } |