Fancyground
Custom arrows and square highlights for lichess.org.
Wat is Fancyground?
Fancyground is een Chrome-extensie ontwikkeld door Albert Ford, en de belangrijkste functie is "Custom arrows and square highlights for lichess.org.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fancyground
Download Fancyground-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Fancyground |
ID | emmjdpamcocnkljijkbdlihffabahgjd |
Officiële URL | https://chromewebstore.google.com/detail/fancyground/emmjdpamcocnkljijkbdlihffabahgjd |
Beschrijving | Custom arrows and square highlights for lichess.org. |
Bestandsgrootte | 34.87 KB |
Aantal Installaties | 308 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-08-21 |
Publicatiedatum | 2021-07-18 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Albert Ford |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/370417/fancyground#readme |
Ondersteunde Talen | 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" } } |