Fancyground
Custom arrows and square highlights for lichess.org.
Co je Fancyground?
Fancyground je rozšíření Chrome vyvinuté Albert Ford, a jeho hlavní funkcí je „Custom arrows and square highlights for lichess.org.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fancyground
Stáhněte si soubory rozšíření Fancyground ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Fancyground |
ID | emmjdpamcocnkljijkbdlihffabahgjd |
Oficiální URL | https://chromewebstore.google.com/detail/fancyground/emmjdpamcocnkljijkbdlihffabahgjd |
Popis | Custom arrows and square highlights for lichess.org. |
Velikost souboru | 34.87 KB |
Počet instalací | 308 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2023-08-21 |
Datum Vydání | 2021-07-18 |
Hodnocení | 4.00/5 Celkem 5 Hodnocení |
Vývojář | Albert Ford |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/370417/fancyground#readme |
Podporované Jazyky | 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" } } |