Fancyground

Custom arrows and square highlights for lichess.org.

Was ist Fancyground?

Fancyground ist eine Chrome-Erweiterung, die von Albert Ford entwickelt wurde, und ihr Hauptmerkmal ist "Custom arrows and square highlights for lichess.org.".

Erweiterungsscreenshots

screenshot

Fancyground-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fancyground-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Fancyground Fancyground
ID emmjdpamcocnkljijkbdlihffabahgjd
Offizielle URL https://chromewebstore.google.com/detail/fancyground/emmjdpamcocnkljijkbdlihffabahgjd
Beschreibung Custom arrows and square highlights for lichess.org.
Dateigröße 34.87 KB
Installationsanzahl 308
Aktuelle Version 1.2.0
Letztes Update 2023-08-21
Veröffentlichungsdatum 2021-07-18
Bewertung 4.00/5 Insgesamt 5 Bewertungen
Entwickler Albert Ford
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/370417/fancyground#readme
Unterstützte Sprachen 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"
    }
}