Fancyground
Custom arrows and square highlights for lichess.org.
Cos'è Fancyground?
Fancyground è un'estensione di Chrome sviluppata da Albert Ford, e la sua funzione principale è "Custom arrows and square highlights for lichess.org.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fancyground
Scarica i file di estensione Fancyground in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Fancyground |
ID | emmjdpamcocnkljijkbdlihffabahgjd |
URL Ufficiale | https://chromewebstore.google.com/detail/fancyground/emmjdpamcocnkljijkbdlihffabahgjd |
Descrizione | Custom arrows and square highlights for lichess.org. |
Dimensione del File | 34.87 KB |
Conteggio Installazioni | 308 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2023-08-21 |
Data di Pubblicazione | 2021-07-18 |
Valutazione | 4.00/5 Totale 5 Valutazioni |
Sviluppatore | Albert Ford |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/370417/fancyground#readme |
Lingue Supportate | 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" } } |