Chess Openings
Chess Openings Tutorial Database
Wat is Chess Openings?
Chess Openings is een Chrome-extensie ontwikkeld door nerdromere, en de belangrijkste functie is "Chess Openings Tutorial Database".
Extensie Screenshots
Download het CRX-bestand van de extensie Chess Openings
Download Chess Openings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Provides useful explanations to chess positions. Users should install it because it instantly provides useful explanations based on the position of the chessboard. This is very useful for beginners who want to learn chess and need a quick way to understand the chess position.
Basisinformatie over de Extensie
Naam | Chess Openings |
ID | kpgbnbaohhomckijheoipglnckokahph |
Officiële URL | https://chromewebstore.google.com/detail/chess-openings/kpgbnbaohhomckijheoipglnckokahph |
Beschrijving | Chess Openings Tutorial Database |
Bestandsgrootte | 77.11 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-01-31 |
Publicatiedatum | 2023-01-31 |
Ontwikkelaar | nerdromere |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chess Openings", "description": "Chess Openings Tutorial Database", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.chess.com\/explorer*" ], "js": [ "content-scripts\/ChessComContentScript.js" ] } ], "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |