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によって開発されたChromeの拡張機能で、その主な機能は「Change the arrow colors on chess.com website.」です。

拡張機能のスクリーンショット

screenshot

Arrow Painter for Chess.com拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}