Lichess coord helper

Overlay co-ordinates on each square on lichess.com

Apa itu Lichess coord helper?

Lichess coord helper adalah ekstensi Chrome yang dikembangkan oleh darajava, dan fitur utamanya adalah "Overlay co-ordinates on each square on lichess.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lichess coord helper

Unduh file ekstensi Lichess coord helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Fill out coordinates on lichess.org to get more familiar with them.                    

Informasi Dasar Ekstensi

Nama Lichess coord helper Lichess coord helper
ID phjjblkcjghdlejdkcibenepiehehpbj
URL Resmi https://chromewebstore.google.com/detail/lichess-coord-helper/phjjblkcjghdlejdkcibenepiehehpbj
Deskripsi Overlay co-ordinates on each square on lichess.com
Ukuran File 100 KB
Jumlah Instalasi 38
Versi Saat Ini 1.05
Terakhir Diperbarui 2019-01-22
Tanggal Publikasi 2019-01-22
Penilaian 3.33/5 Total 3 Penilaian
Pengembang darajava
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}