Lichess Opponent Form

This extension shows live performance, legend and last 8 games of your lichess.org game opponents.

什麼是Lichess Opponent Form?

Lichess Opponent Form是由Dmitry Y開發的Chrome擴展程式,該擴展的主要功能是“This extension shows live performance, legend and last 8 games of your lichess.org game opponents.”。

擴展截圖

screenshot
screenshot
screenshot

下載Lichess Opponent Form擴展crx文件

下載Lichess Opponent Form擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension shows live performance, legend and last 8 games of your lichess.org game opponent. The information is presented in the current Chrome tab without any time and effort-consuming redirections.
Small popup window will present average performance and a list of recent games of your opponent, including their opponents' names and ratings, pieces colors, game results and the rating changes. The information is clickable and navigates to the recent games and players' profiles.

* May be useful to make a preliminary opinion about your opponent's strength and current form in fast blitz games. 
* Helps to recognize and avoid users with inadequate chess rating.
* Is handy to look into the current situation and events in Arena tournaments, look for winning series.
* Entertains with useful statistics while waiting for the opponent's move.

More features to come.                    

擴展基本資訊

名稱 Lichess Opponent Form Lichess Opponent Form
ID lipplpkgbnhdfdchoibgafjdblpjdkpi
官方網址 https://chromewebstore.google.com/detail/lichess-opponent-form/lipplpkgbnhdfdchoibgafjdblpjdkpi
簡介 This extension shows live performance, legend and last 8 games of your lichess.org game opponents.
檔案大小 16.89 KB
安裝次數 251
目前版本 0.2.6
更新時間 2022-04-12
上架時間 2021-08-16
評分 5.00/5 共 1 次評分
開發者 Dmitry Y
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lichess Opponent Form",
    "version": "0.2.6",
    "manifest_version": 3,
    "host_permissions": [
        "http:\/\/localhost:8080\/"
    ],
    "description": "This extension shows live performance, legend and last 8 games of your lichess.org game opponents.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Lichess Opponent Form",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}