Fancyground

Custom arrows and square highlights for lichess.org.

Qu'est-ce que Fancyground ?

Fancyground est une extension Chrome développée par Albert Ford, et sa fonction principale est "Custom arrows and square highlights for lichess.org.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fancyground

Téléchargez les fichiers d'extension Fancyground au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Fancyground Fancyground
ID emmjdpamcocnkljijkbdlihffabahgjd
URL Officiel https://chromewebstore.google.com/detail/fancyground/emmjdpamcocnkljijkbdlihffabahgjd
Description Custom arrows and square highlights for lichess.org.
Taille du Fichier 34.87 KB
Nombre d'Installations 308
Version Actuelle 1.2.0
Dernière Mise à Jour 2023-08-21
Date de Publication 2021-07-18
Évaluation 4.00/5 Total 5 Évaluations
Développeur Albert Ford
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/370417/fancyground#readme
Langues Prises en Charge 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"
    }
}