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
电子邮箱 [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"
        }
    }
}