Rate My Professors QuickView
See Rate My Professor info without having to leave your page!
Rate My Professors QuickView क्या है?
Rate My Professors QuickView https://darshanbhatta.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See Rate My Professor info without having to leave your page!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rate My Professors QuickView एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Don't waste time searching for each individual professor, see Rate My Professors (RMP) ratings right along side with your college's course catalog!
एक्सटेंशन की मूल जानकारी
नाम | Rate My Professors QuickView |
ID | npjghfoamhdipohjjgeaglkiiaifdpmm |
आधिकारिक URL | https://chromewebstore.google.com/detail/rate-my-professors-quickv/npjghfoamhdipohjjgeaglkiiaifdpmm |
विवरण | See Rate My Professor info without having to leave your page! |
फ़ाइल का आकार | 134 KB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-05-04 |
प्रकाशन तिथि | 2019-04-30 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://darshanbhatta.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |