Rate My Professors QuickView
See Rate My Professor info without having to leave your page!
Wat is Rate My Professors QuickView?
Rate My Professors QuickView is een Chrome-extensie ontwikkeld door https://darshanbhatta.com, en de belangrijkste functie is "See Rate My Professor info without having to leave your page!".
Extensie Screenshots
Download het CRX-bestand van de extensie Rate My Professors QuickView
Download Rate My Professors QuickView-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
Don't waste time searching for each individual professor, see Rate My Professors (RMP) ratings right along side with your college's course catalog!
Basisinformatie over de Extensie
Naam | Rate My Professors QuickView |
ID | npjghfoamhdipohjjgeaglkiiaifdpmm |
Officiële URL | https://chromewebstore.google.com/detail/rate-my-professors-quickv/npjghfoamhdipohjjgeaglkiiaifdpmm |
Beschrijving | See Rate My Professor info without having to leave your page! |
Bestandsgrootte | 134 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-05-04 |
Publicatiedatum | 2019-04-30 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://darshanbhatta.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My Professors QuickView", "author": "Darshan Bhatta", "description": "See Rate My Professor info without having to leave your page!", "version": "1.1", "permissions": [ "contextMenus", "https:\/\/4only.xyz\/", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "css\/tip.css", "css\/themes\/meta-link-preview.css", "css\/protip.css" ], "js": [ "jq.js", "content.js", "tip.js", "protip.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/tag.png" ], "browser_action": { "default_popup": "popup.html", "default_title": "RMP QuickView" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "manifest_version": 2 } |