Fancyground
Custom arrows and square highlights for lichess.org.
Fancygroundとは何ですか?
FancygroundはAlbert Fordによって開発されたChromeの拡張機能で、その主な機能は「Custom arrows and square highlights for lichess.org.」です。
拡張機能のスクリーンショット
Fancyground拡張機能のCRXファイルをダウンロード
Fancyground拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fancyground changes the appearance of arrows and circles on lichess.org. - Highlight entire squares instead of drawing circles - Customize arrow and highlight colors - Arrows no longer cover the pieces that they originate from Source code available at https://github.com/370417/fancyground
拡張機能の基本情報
名前 | Fancyground |
ID | emmjdpamcocnkljijkbdlihffabahgjd |
公式URL | https://chromewebstore.google.com/detail/fancyground/emmjdpamcocnkljijkbdlihffabahgjd |
説明 | Custom arrows and square highlights for lichess.org. |
ファイルサイズ | 34.87 KB |
インストール数 | 308 |
現在のバージョン | 1.2.0 |
最終更新日 | 2023-08-21 |
公開日 | 2021-07-18 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | Albert Ford |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/370417/fancyground#readme |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fancyground", "version": "1.2.0", "description": "Custom arrows and square highlights for lichess.org.", "author": "Albert Ford", "homepage_url": "https:\/\/github.com\/370417\/fancyground", "permissions": [ "storage" ], "icons": { "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "bundled\/index.js" ], "css": [ "static\/index.css" ] } ], "options_ui": { "page": "static\/options.html" }, "action": { "default_icon": "icons\/[email protected]", "default_popup": "static\/options.html", "default_title": "Fancyground" } } |