Reddit PGN viewer.
Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn]
Cos'è Reddit PGN viewer.?
Reddit PGN viewer. è un'estensione di Chrome sviluppata da Constantine de Castro, e la sua funzione principale è "Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn]".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit PGN viewer.
Scarica i file di estensione Reddit PGN viewer. 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
Automatically puts a chess board in place of a pgn on reddit pages if one is found. PGNs are assumed to be denoted by [pgn] [/pgn] tags. The PGN viewer used is from chesstempo.com. This extension just looks for PGNs in pages and loads them. Changelog: 1.96.0 - Update for new reddit layout - thanks kufii!
Informazioni di Base sull'Estensione
Nome | Reddit PGN viewer. |
ID | hplecpnihkigeaiobbmfnfblepiadjdh |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-pgn-viewer/hplecpnihkigeaiobbmfnfblepiadjdh |
Descrizione | Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn] |
Dimensione del File | 122 KB |
Conteggio Installazioni | 4,677 |
Versione Corrente | 1.96.0 |
Ultimo Aggiornamento | 2018-07-06 |
Data di Pubblicazione | 2018-07-05 |
Valutazione | 4.25/5 Totale 28 Valutazioni |
Sviluppatore | Constantine de Castro |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "board-min.css", "rchess.css" ], "js": [ "jquery-3.3.1.min.js", "pgnyui.js", "pgnviewer.js", "rchesspgn.js" ], "matches": [ "*:\/\/*.reddit.com\/*" ] } ], "description": "Puts a board in all Reddit pages with PGNs marked by [pgn][\/pgn]", "icons": { "128": "knight.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+mX0OyPs\/T1z+\/DDeFSmp\/9\/qEdMYdC04dM87oBObtXqjsPEmGsuhLyZ4LkhBnOLdjAFc9niSsdjGDDjFTTCpwpqpJbfTxwLy3\/xGYOFLLtIBGu3MzPzgONzxvQI7dCJrVeKk+5M57sIC4qLSDtMqknO7FW1\/vF1\/s56cSJzKCQIDAQAB", "name": "Reddit PGN viewer.", "permissions": [ "*:\/\/*.reddit.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.96.0", "manifest_version": 2 } |