QuickPost
Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com
QuickPostคืออะไร?
QuickPost เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DecisionCoding และคุณลักษณะหลักของมันคือ "Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuickPost
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |