QuickPost

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

QuickPostとは何ですか?

QuickPostはDecisionCodingによって開発されたChromeの拡張機能で、その主な機能は「Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com」です。

拡張機能のスクリーンショット

screenshot

QuickPost拡張機能のCRXファイルをダウンロード

QuickPost拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 QuickPost QuickPost
ID mipjjoefhmankgdoekloipgfinpgenmo
公式URL https://chromewebstore.google.com/detail/quickpost/mipjjoefhmankgdoekloipgfinpgenmo
説明 Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com
ファイルサイズ 30.84 KB
インストール数 111
現在のバージョン 2.1.0
最終更新日 2021-04-20
公開日 2020-04-26
評価 4.67/5 合計 3 レビュー
開発者 DecisionCoding
Eメール [email protected]
支払い方法 free
対応言語 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
}