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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان 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
} | |