QuickPost

Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com

Qu'est-ce que QuickPost ?

QuickPost est une extension Chrome développée par DecisionCoding, et sa fonction principale est "Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension QuickPost

Téléchargez les fichiers d'extension QuickPost 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

                        QuickPost provides enhanced forum post editing and handling options for users playing Play-By-Forum games on BoardGameGeek, RPGGeek, and/or VideoGameGeek sites.
Provided free and without any warranty.                    

Informations de Base sur l'Extension

Nom QuickPost QuickPost
ID mipjjoefhmankgdoekloipgfinpgenmo
URL Officiel https://chromewebstore.google.com/detail/quickpost/mipjjoefhmankgdoekloipgfinpgenmo
Description Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com
Taille du Fichier 30.84 KB
Nombre d'Installations 111
Version Actuelle 2.1.0
Dernière Mise à Jour 2021-04-20
Date de Publication 2020-04-26
Évaluation 4.67/5 Total 3 Évaluations
Développeur DecisionCoding
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuickPost",
    "version": "2.1.0",
    "description": "Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com",
    "icons": {
        "16": "QP16.png",
        "32": "QP32.png",
        "48": "QP48.png",
        "128": "QP128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "PbF_QP_Background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.boardgamegeek.com\/*",
                "https:\/\/*.rpggeek.com\/*",
                "https:\/\/*.videogamegeek.com\/*"
            ],
            "js": [
                "PbF_QP_Content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "PbF_QP_Options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_popup": "PbF_QP_Options.html"
    },
    "manifest_version": 2
}