Reddit PGN viewer.
Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn]
Wat is Reddit PGN viewer.?
Reddit PGN viewer. is een Chrome-extensie ontwikkeld door Constantine de Castro, en de belangrijkste functie is "Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn]".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit PGN viewer.
Download Reddit PGN viewer.-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
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! Basisinformatie over de Extensie
| Naam | |
| ID | hplecpnihkigeaiobbmfnfblepiadjdh |
| Officiële URL | https://chromewebstore.google.com/detail/reddit-pgn-viewer/hplecpnihkigeaiobbmfnfblepiadjdh |
| Beschrijving | Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn] |
| Bestandsgrootte | 122 KB |
| Aantal Installaties | 4,677 |
| Huidige Versie | 1.96.0 |
| Laatst Bijgewerkt | 2018-07-06 |
| Publicatiedatum | 2018-07-05 |
| Beoordeling | 4.25/5 Totaal 28 Beoordelingen |
| Ontwikkelaar | Constantine de Castro |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |