BCA GPA 4.0
BCA GPA 4.0
什麼是BCA GPA 4.0?
BCA GPA 4.0是由bcaGhost開發的Chrome擴展程式,該擴展的主要功能是“BCA GPA 4.0”。
下載BCA GPA 4.0擴展crx文件
下載BCA GPA 4.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows you to see your GPA if you attend BCA. Now with the new and improved version you can change your grades to see how it will affect your GPA. Now you'll know exactly what grades you need to get the GPA you want. Made by David, Arjun, Tyler, and Ansh.
擴展基本資訊
名稱 | |
ID | eodgkjfnihokcdlcmlikaomihnllgjil |
官方網址 | https://chromewebstore.google.com/detail/bca-gpa-40/eodgkjfnihokcdlcmlikaomihnllgjil |
簡介 | BCA GPA 4.0 |
檔案大小 | 6.6 KB |
安裝次數 | 140 |
目前版本 | 4.0 |
更新時間 | 2018-05-05 |
上架時間 | 2018-05-05 |
評分 | 5.00/5 共 2 次評分 |
開發者 | bcaGhost |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BCA GPA 4.0", "description": "BCA GPA 4.0", "version": "4.0", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/ps01.bergen.org\/*" ], "js": [ "main.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |