Reggie
WebReg tool
Wat is Reggie?
Reggie is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "WebReg tool".
Extensie Screenshots
Download het CRX-bestand van de extensie Reggie
Download Reggie-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
Rutgers WebReg extension that adds several functionalities including auto-clicking checkboxes, generating links for professor ratings searches, and displaying class conflicts
Basisinformatie over de Extensie
Naam | Reggie |
ID | gdkikaijpanejfelebnbldplnkkoeime |
Officiële URL | https://chromewebstore.google.com/detail/reggie/gdkikaijpanejfelebnbldplnkkoeime |
Beschrijving | WebReg tool |
Bestandsgrootte | 525 KB |
Aantal Installaties | 179 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-03-10 |
Publicatiedatum | 2019-03-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reggie", "version": "1.0", "description": "WebReg tool", "manifest_version": 2, "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "page_action": { "default_icon": "16.png", "default_popup": "popup.html", "default_title": "PageFontStyle" }, "content_scripts": [ { "matches": [ "https:\/\/sis.rutgers.edu\/soc\/?iframe=true*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ], "all_frames": true } ], "background": { "scripts": [ "background.js", "eventPage.js" ] }, "permissions": [ "tabs", "https:\/\/sims.rutgers.edu\/*", "storage" ], "options_page": "options.html", "web_accessible_resources": [ "injector.js", "courses_injector.js", "options.html" ] } |