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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}