Fancyground

Custom arrows and square highlights for lichess.org.

Fancyground란 무엇입니까?

Fancyground은(는) Albert Ford에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom arrows and square highlights for lichess.org."입니다.

확장 프로그램 스크린샷

screenshot

Fancyground 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}