Damn Puzzle!
See the lichess.org tactics puzzle user rating before wasting time on it!
¿Qué es Damn Puzzle!?
Damn Puzzle! es una extensión de Chrome desarrollada por Levi Borodenko, y su función principal es "See the lichess.org tactics puzzle user rating before wasting time on it!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Damn Puzzle!
Descarga archivos de extensión Damn Puzzle! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Damn Puzzle! |
ID | llhccmgdbihmgbkkikifgfjkahkbkiia |
URL Oficial | https://chromewebstore.google.com/detail/damn-puzzle/llhccmgdbihmgbkkikifgfjkahkbkiia |
Descripción | See the lichess.org tactics puzzle user rating before wasting time on it! |
Tamaño del Archivo | 22.72 KB |
Cantidad de Instalaciones | 38 |
Versión Actual | 1.0.2 |
Última Actualización | 2020-06-21 |
Fecha de Publicación | 2020-06-21 |
Calificación | 2.00/5 Total de 1 Calificaciones |
Desarrollador | Levi Borodenko |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/LeviBorodenko/damn-puzzle |
URL de la Página de Ayuda | https://github.com/LeviBorodenko/damn-puzzle |
Idiomas Soportados | 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" } } } |