Reddit PGN viewer.

Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn]

Qu'est-ce que Reddit PGN viewer. ?

Reddit PGN viewer. est une extension Chrome développée par Constantine de Castro, et sa fonction principale est "Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn]".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Reddit PGN viewer.

Téléchargez les fichiers d'extension Reddit PGN viewer. 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

                        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!                    

Informations de Base sur l'Extension

Nom Reddit PGN viewer. Reddit PGN viewer.
ID hplecpnihkigeaiobbmfnfblepiadjdh
URL Officiel https://chromewebstore.google.com/detail/reddit-pgn-viewer/hplecpnihkigeaiobbmfnfblepiadjdh
Description Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn]
Taille du Fichier 122 KB
Nombre d'Installations 4,677
Version Actuelle 1.96.0
Dernière Mise à Jour 2018-07-06
Date de Publication 2018-07-05
Évaluation 4.25/5 Total 28 Évaluations
Développeur Constantine de Castro
Type de Paiement free
Langues Prises en Charge 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
}