Fancyground

Custom arrows and square highlights for lichess.org.

Τι είναι το Fancyground;

Το Fancyground είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Albert Ford, και η κύρια λειτουργία του είναι "Custom arrows and square highlights for lichess.org.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Fancyground

Λήψη αρχείων επέκτασης Fancyground σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fancyground Fancyground
ID emmjdpamcocnkljijkbdlihffabahgjd
Επίσημο URL https://chromewebstore.google.com/detail/fancyground/emmjdpamcocnkljijkbdlihffabahgjd
Περιγραφή Custom arrows and square highlights for lichess.org.
Μέγεθος Αρχείου 34.87 KB
Αριθμός Εγκαταστάσεων 308
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2023-08-21
Ημερομηνία Δημοσίευσης 2021-07-18
Αξιολόγηση 4.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Albert Ford
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/370417/fancyground#readme
Υποστηριζόμενες Γλώσσες 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"
    }
}