Moodle De-Clutterer
Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color.
Moodle De-Cluttererとは何ですか?
Moodle De-Cluttererはjjc8266によって開発されたChromeの拡張機能で、その主な機能は「Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color.」です。
拡張機能のスクリーンショット
Moodle De-Clutterer拡張機能のCRXファイルをダウンロード
Moodle De-Clutterer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
*IMPORTANT* *Currently doesn't work with the new Moodle! Will update when fixed.* Allows users to hide unwanted classes on the Rose-Hulman Moodle page, as well as change the accent colors.
拡張機能の基本情報
名前 | Moodle De-Clutterer |
ID | gbffiaclpclbeincegnipgiledglgfho |
公式URL | https://chromewebstore.google.com/detail/moodle-de-clutterer/gbffiaclpclbeincegnipgiledglgfho |
説明 | Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color. |
ファイルサイズ | 59.34 KB |
インストール数 | 50 |
現在のバージョン | 2.8 |
最終更新日 | 2023-09-01 |
公開日 | 2022-12-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | jjc8266 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moodle De-Clutterer", "description": "Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color.", "version": "2.8", "manifest_version": 3, "permissions": [ "storage", "activeTab", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/roseR16.png", "32": "\/images\/roseR32.png", "48": "\/images\/roseR48.png", "128": "\/images\/roseR128.png" } }, "icons": { "16": "\/images\/roseR16.png", "32": "\/images\/roseR32.png", "48": "\/images\/roseR48.png", "128": "\/images\/roseR128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.moodle.rose-hulman.edu\/*" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ajax.googleapis.com;" } } |