remove e-learning site progressbar
Remove Progress Bar
remove e-learning site progressbarとは何ですか?
remove e-learning site progressbarはparkth32によって開発されたChromeの拡張機能で、その主な機能は「Remove Progress Bar」です。
拡張機能のスクリーンショット
remove e-learning site progressbar拡張機能のCRXファイルをダウンロード
remove e-learning site progressbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
충남대 이러닝 진행 바 없애는 프로그램입니다. 업데이트 후 귀찮아서 검색해보고 만듦
拡張機能の基本情報
名前 | ![]() |
ID | gphboilminjoafbghapbolakncbjkong |
公式URL | https://chrome.google.com/webstore/detail/remove-e-learning-site-pr/gphboilminjoafbghapbolakncbjkong |
説明 | Remove Progress Bar |
ファイルサイズ | 3.14 KB |
インストール数 | 114 |
現在のバージョン | 0.0.1 |
最終更新日 | 2020-08-31 |
公開日 | 2020-08-31 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | parkth32 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "remove e-learning site progressbar", "version": "0.0.1", "description": "Remove Progress Bar", "permissions": [ "http:\/\/e-learning.cnu.ac.kr\/lms\/myLecture\/doListView.dunet*" ], "content_scripts": [ { "matches": [ "http:\/\/e-learning.cnu.ac.kr\/lms\/myLecture\/doListView.dunet*" ], "js": [ "scripts.js" ] } ] } |