UCLA Audit+
Improves readability and useability of UCLA degree audit.
UCLA Audit+ क्या है?
UCLA Audit+ hmccormick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves readability and useability of UCLA degree audit."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UCLA Audit+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Improves readability and usability of UCLA degree audit (DARS) by displaying classes as icons, rather than text. WARNING: Not guaranteed to work with every major/degree program. Please check against your regular audit before using to verify that all classes are displayed correctly!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lkpgnjhalhlkjnkfknpmpgeikcfppcij |
आधिकारिक URL | https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij |
विवरण | Improves readability and useability of UCLA degree audit. |
फ़ाइल का आकार | 106 KB |
स्थापना संख्या | 167 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2021-04-02 |
प्रकाशन तिथि | 2021-03-31 |
डेवलपर | hmccormick |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/haydenmccormick/UCLA-audit-plus |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UCLA Audit+", "version": "0.1.0", "description": "Improves readability and useability of UCLA degree audit.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "css": [ "default.css" ], "js": [ "jquery-3.6.0.js", "content.js" ], "matches": [ "https:\/\/dars.ucla.edu\/selfservice\/audit\/*" ] } ] } |