NYU Albert GPA Calculator
Calculate your GPA on NYU Albert
O que é NYU Albert GPA Calculator?
NYU Albert GPA Calculator é uma extensão do Chrome desenvolvida por Matteo Sandrin, e sua principal característica é "Calculate your GPA on NYU Albert".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NYU Albert GPA Calculator
Baixe arquivos de extensão NYU Albert GPA Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | NYU Albert GPA Calculator |
ID | jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
URL Oficial | https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh |
Descrição | Calculate your GPA on NYU Albert |
Tamanho do Arquivo | 38.64 KB |
Contagem de Instalações | 42 |
Versão Atual | 1.01 |
Última Atualização | 2018-03-20 |
Data de Publicação | 2018-03-20 |
Desenvolvedor | Matteo Sandrin |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |