Vandy Class Finder
Chrome extension that adds in a class's concentration to Vanderbilt's class search tool, YES.
Vandy Class Finderとは何ですか?
Vandy Class Finderはclaire-mcgによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that adds in a class's concentration to Vanderbilt's class search tool, YES.」です。
拡張機能のスクリーンショット
Vandy Class Finder拡張機能のCRXファイルをダウンロード
Vandy Class Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Vandy ClassFinder aims to help Vanderbilt students easily find what requirements their classes fulfill from within the School of Engineering. Based off of the user's major, the extension will show which requirements for that major are fulfilled by each class in the user's cart in YES, Vanderbilt's class search engine.
拡張機能の基本情報
名前 | Vandy Class Finder |
ID | olgfidfdhjldlnkklebpmfgcgpomfinc |
公式URL | https://chromewebstore.google.com/detail/vandy-class-finder/olgfidfdhjldlnkklebpmfgcgpomfinc |
説明 | Chrome extension that adds in a class's concentration to Vanderbilt's class search tool, YES. |
ファイルサイズ | 456 KB |
インストール数 | 144 |
現在のバージョン | 1.0 |
最終更新日 | 2020-08-01 |
公開日 | 2020-07-31 |
開発者 | claire-mcg |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vandy Class Finder", "version": "1.0", "icons": { "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "description": "Chrome extension that adds in a class's concentration to Vanderbilt's class search tool, YES.", "manifest_version": 2, "options_page": "options.html", "permissions": [ "storage", "tabs", "https:\/\/acad.app.vanderbilt.edu\/more\/SearchClasses*", "http:\/\/acad.app.vanderbilt.edu\/more\/SearchClasses*" ], "content_scripts": [ { "matches": [ "https:\/\/acad.app.vanderbilt.edu\/more\/SearchClasses*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icons\/vanderbilt.png", "default_title": "Vandy ClassFinder", "default_popup": "popup.html" } } |