SchedEnhance
An Extension to enhance the Mcgill Schedule page on minerva
SchedEnhanceとは何ですか?
SchedEnhanceはEasySecによって開発されたChromeの拡張機能で、その主な機能は「An Extension to enhance the Mcgill Schedule page on minerva」です。
拡張機能のスクリーンショット
SchedEnhance拡張機能のCRXファイルをダウンロード
SchedEnhance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | gnnngimohcjajfdgncadmgbgpepfdpak |
| 公式URL | https://chromewebstore.google.com/detail/schedenhance/gnnngimohcjajfdgncadmgbgpepfdpak |
| 説明 | An Extension to enhance the Mcgill Schedule page on minerva |
| ファイルサイズ | 40.64 KB |
| インストール数 | 34 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2014-02-11 |
| 公開日 | 2014-02-11 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | EasySec |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SchedEnhance",
"description": "An Extension to enhance the Mcgill Schedule page on minerva",
"icons": {
"128": "images\/sch128.png",
"48": "images\/sch128.png"
},
"version": "1.4",
"manifest_version": 2,
"content_scripts": [
{
"all_frames": true,
"js": [
"jquery-1.10.2.min.js",
"scripts\/schedEnhance.js"
],
"matches": [
"http:\/\/*\/*P_CrseSchd*",
"https:\/\/*\/*P_CrseSchd*"
],
"run_at": "document_end"
}
],
"minimum_chrome_version": "26.0.0.0",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
"*"
]
} | |