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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See Rate My Professor info without having to leave your page!"입니다.
확장 프로그램 스크린샷
Rate My Professors QuickView 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |