PowerGPA
This extension calculates your current GPA
ما هو PowerGPA؟
PowerGPA هو إضافة Chrome تم تطويرها بواسطة Braeden Smith، والميزة الرئيسية لها هي "This extension calculates your current GPA".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PowerGPA
قم بتنزيل ملفات الامتداد PowerGPA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
***1.0.5 note***: WPS decided to change "HNRS" to "HONORS and "A.P." to "AP". Then they changed it back. ---- This extension takes current accessible grades and displays a calculated GPA from Powerschool. Just go to view your grades normally and your GPA will appear on the top. This extension is in no way affiliated with Powerschool or any related products. Built for the Westport Public School District currently. There may be issues with the GPA weighting, message me or email me if this occurs.
معلومات أساسية عن التمديد
الاسم | PowerGPA |
ID | bdbhephmimagiadamkkipjedljddgncb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb |
الوصف | This extension calculates your current GPA |
حجم الملف | 481 KB |
عدد التثبيتات | 620 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2018-12-18 |
تاريخ النشر | 2018-12-17 |
تقييم | 4.43/5 مجموع تقييمات 7 |
المطور | Braeden Smith |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PowerGPA", "description": "This extension calculates your current GPA", "version": "1.0.5", "browser_action": { "default_icon": "smallicon.png" }, "icons": { "128": "smallicon.png", "48": "smallicon.png", "16": "smallicon.png" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "content.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/*.westportps.org\/guardian\/home.html" ] } ], "web_accessible_resources": [ "*.csv" ] } |