Arrow Painter for Chess.com

Change the arrow colors on chess.com website.

Arrow Painter for Chess.comคืออะไร?

Arrow Painter for Chess.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luiz Costa และคุณลักษณะหลักของมันคือ "Change the arrow colors on chess.com website."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arrow Painter for Chess.com

ดาวน์โหลดไฟล์ส่วนขยาย Arrow Painter for Chess.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Change the arrow colors on chess.com website.

If you use a theme that makes chess.com arrows difficult to see, this extension is for you.

Features:
* Allows you to choose the desired color
* Option to enable or disable coloring

NOTE: Chess.com has a multi-color feature if you draw the arrows using SHIFT, CTRL or ALT keys. If you install this extension ALL ARROWS WILL HAVE THE SAME COLORS even if you draw them using SHIFT, CTRL or ALT keys. Use this extension only if you don't need this feature.

I'm not affiliated in any way with chess.com.

If you find any bugs or have any suggestions please let me know at [email protected].

This extension does NOT read your browser history. It requires the storage permission to save the configurations.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Arrow Painter for Chess.com Arrow Painter for Chess.com
ID lbigiogpaeccogondhccbjnbiepimonm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arrow-painter-for-chessco/lbigiogpaeccogondhccbjnbiepimonm
คำอธิบาย Change the arrow colors on chess.com website.
ขนาดไฟล์ 27.79 KB
จำนวนการติดตั้ง 466
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2022-02-03
วันที่เผยแพร่ 2022-02-02
คะแนน 2.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Luiz Costa
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arrow Painter for Chess.com",
    "description": "Change the arrow colors on chess.com website.",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.chess.com\/*"
            ],
            "js": [
                "arrow-painter.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}