Damn Puzzle!
See the lichess.org tactics puzzle user rating before wasting time on it!
Что такое Damn Puzzle!?
Damn Puzzle! - это расширение Chrome, разработанное Levi Borodenko, и его основная функция - "See the lichess.org tactics puzzle user rating before wasting time on it!".
Снимки экрана расширения
Скачать файл CRX расширения Damn Puzzle!
Скачайте файлы расширений 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 |
Официальный 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" } } } |