Chess Opening Explorer
Aid players learning while playing their games on chess.com. Graphics and data from chessok.com
Qu'est-ce que Chess Opening Explorer ?
Chess Opening Explorer est une extension Chrome développée par Nhan Nguyen, et sa fonction principale est "Aid players learning while playing their games on chess.com. Graphics and data from chessok.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chess Opening Explorer
Téléchargez les fichiers d'extension Chess Opening Explorer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Open a little table to help chess.com player pick their next opening move. Information included number of games, winning percentages and more... Thanks chessok.com for their free chess opening tree :).
Informations de Base sur l'Extension
Nom | Chess Opening Explorer |
ID | fijncdcfiafomlkmhkhnjnfcaolddoca |
URL Officiel | https://chromewebstore.google.com/detail/chess-opening-explorer/fijncdcfiafomlkmhkhnjnfcaolddoca |
Description | Aid players learning while playing their games on chess.com. Graphics and data from chessok.com |
Taille du Fichier | 21.99 KB |
Nombre d'Installations | 700 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-09-09 |
Date de Publication | 2014-09-09 |
Évaluation | 3.24/5 Total 21 Évaluations |
Développeur | Nhan Nguyen |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "http:\/\/www.chess.com\/echess\/game*" ] } ], "description": "Aid players learning while playing their games on chess.com. Graphics and data from chessok.com", "icons": { "128": "Chess-icon-128.png", "16": "Chess-icon.png", "48": "Chess-icon-48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8SyOkcPbCPUNLPyZLlNHQ8zOFhyPCM87V0baD1SAh4lnnLnt3o5KodL12xZlfJRquqqXS+IWgnmb5z72a8rHXL6YJzutrBKuHxI+qphy+r355\/ypae7bmzuQ9Qytk36ecO2p\/Oz\/TVgKtAiEbpmpM8gU5aC6b\/G6wa4nWKUbspwIDAQAB", "manifest_version": 2, "name": "Chess Opening Explorer", "page_action": { "default_icon": "Chess-icon.png", "default_popup": "popup.html", "default_title": "Opening explorer" }, "permissions": [ "tabs", "http:\/\/chessok.com\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |