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" ] } ] } |