Fancyground

Custom arrows and square highlights for lichess.org.

Fancyground là gì?

Fancyground là một tiện ích mở rộng Chrome được phát triển bởi Albert Ford, và tính năng chính của nó là "Custom arrows and square highlights for lichess.org.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fancyground

Tải xuống các tệp mở rộng Fancyground dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fancyground Fancyground
ID emmjdpamcocnkljijkbdlihffabahgjd
URL Chính Thức https://chromewebstore.google.com/detail/fancyground/emmjdpamcocnkljijkbdlihffabahgjd
Mô tả Custom arrows and square highlights for lichess.org.
Kích Thước Tệp 34.87 KB
Số Lần Cài Đặt 308
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-08-21
Ngày Phát Hành 2021-07-18
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Albert Ford
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/370417/fancyground#readme
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}