Pinnacle Grade Calculator
An extension to see how an assignment will affect your class grade.
Pinnacle Grade Calculator क्या है?
Pinnacle Grade Calculator William Chiang & Salvador Aleguas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to see how an assignment will affect your class grade."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pinnacle Grade Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever wanted to see how a grade would impact your average in a class? Well that's simple: if it does not use point systems, add up all the points you earned plus the new grade's achieved points then divide by the... Oh wait, that might take a while. That's why this extension was made. You can add fake grades and your class average will automatically update based on the new grade. It even works on categories too! Note: We are not liable for any damages that may result from the use of our product. Calculations may not be a hundred percent accurate. Update 1.0.4: Fixed Functionality
एक्सटेंशन की मूल जानकारी
नाम | Pinnacle Grade Calculator |
ID | ajmebljhmdndihimeodajeiicccpdfei |
आधिकारिक URL | https://chromewebstore.google.com/detail/pinnacle-grade-calculator/ajmebljhmdndihimeodajeiicccpdfei |
विवरण | An extension to see how an assignment will affect your class grade. |
फ़ाइल का आकार | 88.6 KB |
स्थापना संख्या | 4,237 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2020-12-05 |
प्रकाशन तिथि | 2019-08-31 |
रेटिंग | 3.70/5 कुल 10 रेटिंग्स |
डेवलपर | William Chiang & Salvador Aleguas |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/WillBillChiang/Pinnacle-Grade-Calculator |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pinnacle Grade Calculator", "version": "1.0.4", "description": "An extension to see how an assignment will affect your class grade.", "homepage_url": "https:\/\/github.com\/WillBillChiang\/Pinnacle-Grade-Calculator", "content_scripts": [ { "matches": [ "*:\/\/gb.browardschools.com\/Pinnacle\/Gradebook\/InternetViewer\/StudentAssignments*" ], "js": [ "assets\/js\/calculate.js" ], "css": [ "assets\/css\/style.css" ] } ], "browser_action": { "default_icon": "assets\/image\/book.png" }, "icons": { "16": "assets\/image\/book.png", "48": "assets\/image\/book2.png", "128": "assets\/image\/book3.png" }, "background": { "scripts": [ "assets\/js\/background.js" ] }, "permissions": [] } |