Damn Puzzle!

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

Damn Puzzle!とは何ですか?

Damn Puzzle!はLevi Borodenkoによって開発されたChromeの拡張機能で、その主な機能は「See the lichess.org tactics puzzle user rating before wasting time on it!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Damn Puzzle!拡張機能のCRXファイルをダウンロード

Damn Puzzle!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Damn Puzzle! Damn Puzzle!
ID llhccmgdbihmgbkkikifgfjkahkbkiia
公式URL https://chromewebstore.google.com/detail/damn-puzzle/llhccmgdbihmgbkkikifgfjkahkbkiia
説明 See the lichess.org tactics puzzle user rating before wasting time on it!
ファイルサイズ 22.72 KB
インストール数 38
現在のバージョン 1.0.2
最終更新日 2020-06-21
公開日 2020-06-21
評価 2.00/5 合計 1 レビュー
開発者 Levi Borodenko
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/LeviBorodenko/damn-puzzle
ヘルプページのURL https://github.com/LeviBorodenko/damn-puzzle
対応言語 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"
        }
    }
}