Chess.com Enhancement Suite
Some additional features on the chess.com website; save the puzzles you failed in puzzle rush and replay them afterwards.
Chess.com Enhancement Suite क्या है?
Chess.com Enhancement Suite Nick Vanderhoven द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some additional features on the chess.com website; save the puzzles you failed in puzzle rush and replay them afterwards."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chess.com Enhancement Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Non-official extension that aims to enhance the functionality on the already awesome Chess.com. Currently it only allows to store puzzles in puzzle rush, so you can re-play the puzzles you failed and take a deeper look into them. By re-playing the puzzles you failed regularly, you train the patterns that you struggle with and improve on those tactics in general. This extension is a fan-based extension and is not related to the official Chess.com website. As such, functionality can break at any time. The suite is open-source and can be found on https://github.com/nvdh/chesscom-enhancementsuite Quick Guide ------------- To store puzzles: - click on the puzzle number after you finished playing to open the puzzle - click on the little book, under the orange button on the right to store the puzzle To play puzzles: - click on the pawn in the toolbar to open the menu and choose "view saved puzzles" - choose one to play - after you successfully completed the puzzle, you can play the next saved puzzle by pushing the orange button with the 2 arrows (only after successful completion without hints)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fjdfjoollgcoghjemknlblbhjlpnkcpi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/chesscom-enhancement-suit/fjdfjoollgcoghjemknlblbhjlpnkcpi |
विवरण | Some additional features on the chess.com website; save the puzzles you failed in puzzle rush and replay them afterwards. |
फ़ाइल का आकार | 286 KB |
स्थापना संख्या | 123 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-02-05 |
प्रकाशन तिथि | 2019-02-05 |
रेटिंग | 2.00/5 कुल 2 रेटिंग्स |
डेवलपर | Nick Vanderhoven |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/nvdh/chesscom-enhancementsuite |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chess.com Enhancement Suite", "description": "Some additional features on the chess.com website; save the puzzles you failed in puzzle rush and replay them afterwards.", "version": "1.0", "browser_action": { "default_popup": "browser_action\/chess.html", "default_icon": "browser_action\/icon.png" }, "icons": { "16": "icons\/chess-icon16.png", "32": "icons\/chess-icon32.png", "48": "icons\/chess-icon48.png", "128": "icons\/chess-icon128.png" }, "permissions": [ "activeTab", "declarativeContent", "storage", "tabs" ], "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.chess.com\/tactics\/*", "https:\/\/*.chess.com\/puzzles\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/puzzlerush.js" ], "run_at": "document_idle" } ] } |