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!”。
擴展截圖
下載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! |
ID | llhccmgdbihmgbkkikifgfjkahkbkiia |
官方網址 | 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" } } } |