Damn Puzzle!

See the lichess.org tactics puzzle user rating before wasting time on it!

Co je Damn Puzzle!?

Damn Puzzle! je rozšíření Chrome vyvinuté Levi Borodenko, a jeho hlavní funkcí je „See the lichess.org tactics puzzle user rating before wasting time on it!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Damn Puzzle!

Stáhněte si soubory rozšíření Damn Puzzle! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Ever spend half an hour on a tactics puzzle on lichess only to find out that it really was not worth your time and had a user rating of -4000? Well, then this extension is for you. Damn Puzzle! will allow you to see the user rating of any puzzle before solving it, thus informing you whether you might be wasting time or not.                    

Základní Informace o Rozšíření

Název Damn Puzzle! Damn Puzzle!
ID llhccmgdbihmgbkkikifgfjkahkbkiia
Oficiální URL https://chromewebstore.google.com/detail/damn-puzzle/llhccmgdbihmgbkkikifgfjkahkbkiia
Popis See the lichess.org tactics puzzle user rating before wasting time on it!
Velikost souboru 22.72 KB
Počet instalací 38
Aktuální Verze 1.0.2
Poslední Aktualizace 2020-06-21
Datum Vydání 2020-06-21
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář Levi Borodenko
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/LeviBorodenko/damn-puzzle
URL Stránky Nápovědy https://github.com/LeviBorodenko/damn-puzzle
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Damn Puzzle!",
    "version": "1.0.2",
    "description": "See the lichess.org tactics puzzle user rating before wasting time on it!",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}