Vulcan++
An extension that shows your GPA in Vulcan
What is Vulcan++?
Vulcan++ is a Chrome extension developed by Borowy Alan, and its main feature is "An extension that shows your GPA in Vulcan".
Extension Screenshots
Download Vulcan++ Extension CRX File
Download Vulcan++ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension that shows your GPA in Vulcan.
Extension Basic Information
Name | Vulcan++ |
ID | elfcmaldfijgmefmnhniklncdbhphhnb |
Official URL | https://chromewebstore.google.com/detail/vulcan++/elfcmaldfijgmefmnhniklncdbhphhnb |
Description | An extension that shows your GPA in Vulcan |
File Size | 29.82 KB |
Installation Count | 14 |
Current Version | 0.1.0 |
Last Updated | 2019-06-13 |
Publish Date | 2019-06-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Borowy Alan |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vulcan++", "version": "0.1.0", "description": "An extension that shows your GPA in Vulcan", "content_scripts": [ { "matches": [ "https:\/\/uonetplus-opiekun.vulcan.net.pl\/*\/*\/Oceny.mvc\/*" ], "js": [ "main.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |