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. 擴展基本資訊
| 名稱 | |
| ID | mipjjoefhmankgdoekloipgfinpgenmo |
| 官方網址 | 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
} | |