Chess game
Play Simple Chess Game FEN/PGN viewer with evaluation without leaving chrome
Cos'è Chess game?
Chess game è un'estensione di Chrome sviluppata da https://downloadpcgames6.com, e la sua funzione principale è "Play Simple Chess Game FEN/PGN viewer with evaluation without leaving chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chess game
Scarica i file di estensione Chess game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Using This extension you can Play Chess game with your friend or alone. This is the most interest chess game for google chrome browser. You can also open it in a new tap or save your chess online game whenever you need to, save the game id and you can resume it from there anytime you want. All you need to do is just install the chess game extension, and click on the chess icon it will open.
Informazioni di Base sull'Estensione
Nome | |
ID | dbmihiknkegbclhljngmibcfmdfolifk |
URL Ufficiale | https://chromewebstore.google.com/detail/chess-game/dbmihiknkegbclhljngmibcfmdfolifk |
Descrizione | Play Simple Chess Game FEN/PGN viewer with evaluation without leaving chrome |
Dimensione del File | 561 KB |
Conteggio Installazioni | 3,201 |
Versione Corrente | 3.5.1 |
Ultimo Aggiornamento | 2021-11-02 |
Data di Pubblicazione | 2021-11-02 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://downloadpcgames6.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.downloadpcgames6.com/ |
URL della Pagina di Aiuto | https://www.downloadpcgames6.com/ |
URL della Pagina della Politica sulla Privacy | https://maaloma.tech/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Play Simple Chess Game FEN\/PGN viewer with evaluation without leaving chrome", "manifest_version": 2, "name": "Chess game", "version": "3.5.1", "icons": { "16": "icon\/p16.png", "32": "icon\/p32.png", "48": "icon\/p48.png", "96": "icon\/p96.png" }, "browser_action": { "default_icon": { "48": "icon\/p48.png" }, "default_title": "Simple Chess game", "default_popup": "the_popup\/simplechessboard.html" } } |