Arrow Painter for Chess.com

Change the arrow colors on chess.com website.

Arrow Painter for Chess.com क्या है?

Arrow Painter for Chess.com Luiz Costa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the arrow colors on chess.com website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Arrow Painter for Chess.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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