Damn Puzzle!
See the lichess.org tactics puzzle user rating before wasting time on it!
O que é Damn Puzzle!?
Damn Puzzle! é uma extensão do Chrome desenvolvida por Levi Borodenko, e sua principal característica é "See the lichess.org tactics puzzle user rating before wasting time on it!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Damn Puzzle!
Baixe arquivos de extensão Damn Puzzle! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Damn Puzzle! |
ID | llhccmgdbihmgbkkikifgfjkahkbkiia |
URL Oficial | https://chromewebstore.google.com/detail/damn-puzzle/llhccmgdbihmgbkkikifgfjkahkbkiia |
Descrição | See the lichess.org tactics puzzle user rating before wasting time on it! |
Tamanho do Arquivo | 22.72 KB |
Contagem de Instalações | 38 |
Versão Atual | 1.0.2 |
Última Atualização | 2020-06-21 |
Data de Publicação | 2020-06-21 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | Levi Borodenko |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/LeviBorodenko/damn-puzzle |
URL da Página de Ajuda | https://github.com/LeviBorodenko/damn-puzzle |
Idiomas Suportados | 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" } } } |