QuickPost

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

Apa itu QuickPost?

QuickPost adalah ekstensi Chrome yang dikembangkan oleh DecisionCoding, dan fitur utamanya adalah "Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi QuickPost

Unduh file ekstensi QuickPost dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama QuickPost QuickPost
ID mipjjoefhmankgdoekloipgfinpgenmo
URL Resmi https://chromewebstore.google.com/detail/quickpost/mipjjoefhmankgdoekloipgfinpgenmo
Deskripsi Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com
Ukuran File 30.84 KB
Jumlah Instalasi 111
Versi Saat Ini 2.1.0
Terakhir Diperbarui 2021-04-20
Tanggal Publikasi 2020-04-26
Penilaian 4.67/5 Total 3 Penilaian
Pengembang DecisionCoding
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}