Vulcan++
An extension that shows your GPA in Vulcan
Wat is Vulcan++?
Vulcan++ is een Chrome-extensie ontwikkeld door Borowy Alan, en de belangrijkste functie is "An extension that shows your GPA in Vulcan".
Extensie Screenshots
Download het CRX-bestand van de extensie Vulcan++
Download Vulcan++-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An extension that shows your GPA in Vulcan.
Basisinformatie over de Extensie
Naam | Vulcan++ |
ID | elfcmaldfijgmefmnhniklncdbhphhnb |
Officiële URL | https://chromewebstore.google.com/detail/vulcan++/elfcmaldfijgmefmnhniklncdbhphhnb |
Beschrijving | An extension that shows your GPA in Vulcan |
Bestandsgrootte | 29.82 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2019-06-13 |
Publicatiedatum | 2019-06-13 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Borowy Alan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |