Lichess coord helper
Overlay co-ordinates on each square on lichess.com
什麼是Lichess coord helper?
Lichess coord helper是由darajava開發的Chrome擴展程式,該擴展的主要功能是“Overlay co-ordinates on each square on lichess.com”。
擴展截圖
下載Lichess coord helper擴展crx文件
下載Lichess coord helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Fill out coordinates on lichess.org to get more familiar with them.                     擴展基本資訊
| 名稱 |   |  
| ID | phjjblkcjghdlejdkcibenepiehehpbj | 
| 官方網址 | https://chromewebstore.google.com/detail/lichess-coord-helper/phjjblkcjghdlejdkcibenepiehehpbj | 
| 簡介 | Overlay co-ordinates on each square on lichess.com | 
| 檔案大小 | 100 KB | 
| 安裝次數 | 38 | 
| 目前版本 | 1.05 | 
| 更新時間 | 2019-01-22 | 
| 上架時間 | 2019-01-22 | 
| 評分 | 3.33/5 共 3 次評分 | 
| 開發者 | darajava | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lichess coord helper",
    "short_name": "Lichess coords",
    "description": "Overlay co-ordinates on each square on lichess.com",
    "version": "1.05",
    "author": "Dara Javaherian",
    "permissions": [
        "*:\/\/*.lichess.org\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "bg\/background.js"
        ]
    },
    "icons": {
        "128": "icons\/youtube-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*",
                "http:\/\/lichess.org\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/inject.js"
            ],
            "css": [
                "styles\/styles.css"
            ]
        }
    ]
}  |  |