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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } |