Fancyground
Custom arrows and square highlights for lichess.org.
Hvad er Fancyground?
Fancyground er en Chrome-udvidelse udviklet af Albert Ford, og dens hovedfunktion er "Custom arrows and square highlights for lichess.org.".
Udvidelsesskærmbilleder
Download Fancyground-udvidelses-CRX-fil
Download Fancyground-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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                     Grundlæggende oplysninger om udvidelsen
| Navn |  | 
| ID | emmjdpamcocnkljijkbdlihffabahgjd | 
| Officiel URL | https://chromewebstore.google.com/detail/fancyground/emmjdpamcocnkljijkbdlihffabahgjd | 
| Beskrivelse | Custom arrows and square highlights for lichess.org. | 
| Filstørrelse | 34.87 KB | 
| Antal Installationer | 308 | 
| Nuværende Version | 1.2.0 | 
| Senest Opdateret | 2023-08-21 | 
| Udgivelsesdato | 2021-07-18 | 
| Bedømmelse | 4.00/5 Samlet 5 Bedømmelser | 
| Udvikler | Albert Ford | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://github.com/370417/fancyground#readme | 
| Understøttede Sprog | 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"
    }
} | |