Marx-Mode
Extension for restyling Conor Mcbride’s Marx system.
Marx-Modeとは何ですか?
Marx-Modeはgiomatontiによって開発されたChromeの拡張機能で、その主な機能は「Extension for restyling Conor Mcbride’s Marx system.」です。
拡張機能のスクリーンショット
Marx-Mode拡張機能のCRXファイルをダウンロード
Marx-Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Restyles Conor Mcbride’s Marx system to be easier to read and work with. Features: - Dark Mode - Clearer divisions between text sections - Fancy buttons and background - Fixed alignment bugs.
拡張機能の基本情報
名前 | Marx-Mode |
ID | gmbniglhocommhclbapaebjofodkgjni |
公式URL | https://chromewebstore.google.com/detail/marx-mode/gmbniglhocommhclbapaebjofodkgjni |
説明 | Extension for restyling Conor Mcbride’s Marx system. |
ファイルサイズ | 21.74 KB |
インストール数 | 50 |
現在のバージョン | 1.1.25 |
最終更新日 | 2021-11-02 |
公開日 | 2021-10-01 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | giomatonti |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Marx-Mode", "version": "1.1.25", "description": "Extension for restyling Conor Mcbride\u2019s Marx system.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "css": [ "marx.css" ], "matches": [ "https:\/\/personal.cis.strath.ac.uk\/conor.mcbride\/shib\/Marx\/*" ] } ] } |