Arrows For Chess.com
Adds arrows to the analysis view on chess.com
Arrows For Chess.com क्या है?
Arrows For Chess.com philipp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds arrows to the analysis view on chess.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Arrows For Chess.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds arrows for the top engine lines to the analysis view on chess.com - The orange arrows show you the best moves - The thickness of the arrows indicates how good a move is compared to the other top-moves How it works: - Go to the game review view on chess.com (https://www.chess.com/analysis/game/live/...) - Open the analysis tab - Enable the "Best Move Arrows"-Toggle (-> visible in the screenshot)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | deaiombfofdgoldipnjjgbjkhledjhaj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj |
विवरण | Adds arrows to the analysis view on chess.com |
फ़ाइल का आकार | 100 KB |
स्थापना संख्या | 322 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2022-06-05 |
प्रकाशन तिथि | 2022-05-31 |
रेटिंग | 1.50/5 कुल 2 रेटिंग्स |
डेवलपर | philipp |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arrows For Chess.com", "manifest_version": 3, "version": "0.1.2", "description": "Adds arrows to the analysis view on chess.com", "icons": { "16": "icons\/crown_16.png", "32": "icons\/crown_32.png", "64": "icons\/crown_64.png", "128": "icons\/crown_128.png", "512": "icons\/crown_512.png" }, "content_scripts": [ { "css": [ "app.css" ], "js": [ "app.js" ], "matches": [ "https:\/\/www.chess.com\/analysis\/game\/live\/*" ] } ] } |