Reggie
WebReg tool
Reggieとは何ですか?
ReggieはUnknownによって開発されたChromeの拡張機能で、その主な機能は「WebReg tool」です。
拡張機能のスクリーンショット
Reggie拡張機能のCRXファイルをダウンロード
Reggie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Rutgers WebReg extension that adds several functionalities including auto-clicking checkboxes, generating links for professor ratings searches, and displaying class conflicts
拡張機能の基本情報
名前 | Reggie |
ID | gdkikaijpanejfelebnbldplnkkoeime |
公式URL | https://chromewebstore.google.com/detail/reggie/gdkikaijpanejfelebnbldplnkkoeime |
説明 | WebReg tool |
ファイルサイズ | 525 KB |
インストール数 | 179 |
現在のバージョン | 1.0 |
最終更新日 | 2019-03-10 |
公開日 | 2019-03-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | 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" ] } |