Fancyground
Custom arrows and square highlights for lichess.org.
Apa itu Fancyground?
Fancyground adalah ekstensi Chrome yang dikembangkan oleh Albert Ford, dan fitur utamanya adalah "Custom arrows and square highlights for lichess.org.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fancyground
Unduh file ekstensi Fancyground dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Fancyground |
ID | emmjdpamcocnkljijkbdlihffabahgjd |
URL Resmi | https://chromewebstore.google.com/detail/fancyground/emmjdpamcocnkljijkbdlihffabahgjd |
Deskripsi | Custom arrows and square highlights for lichess.org. |
Ukuran File | 34.87 KB |
Jumlah Instalasi | 308 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2023-08-21 |
Tanggal Publikasi | 2021-07-18 |
Penilaian | 4.00/5 Total 5 Penilaian |
Pengembang | Albert Ford |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/370417/fancyground#readme |
Bahasa yang Didukung | 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" } } |