QuickPost

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

Wat is QuickPost?

QuickPost is een Chrome-extensie ontwikkeld door DecisionCoding, en de belangrijkste functie is "Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie QuickPost

Download QuickPost-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

                        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.                    

Basisinformatie over de Extensie

Naam QuickPost QuickPost
ID mipjjoefhmankgdoekloipgfinpgenmo
Officiële URL https://chromewebstore.google.com/detail/quickpost/mipjjoefhmankgdoekloipgfinpgenmo
Beschrijving Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com
Bestandsgrootte 30.84 KB
Aantal Installaties 111
Huidige Versie 2.1.0
Laatst Bijgewerkt 2021-04-20
Publicatiedatum 2020-04-26
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar DecisionCoding
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}