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
官方網址 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"
    }
}