QuickPost
Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com
Was ist QuickPost?
QuickPost ist eine Chrome-Erweiterung, die von DecisionCoding entwickelt wurde, und ihr Hauptmerkmal ist "Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com".
Erweiterungsscreenshots
QuickPost-Erweiterungs-CRX-Datei herunterladen
Laden Sie QuickPost-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mipjjoefhmankgdoekloipgfinpgenmo |
| Offizielle URL | https://chromewebstore.google.com/detail/quickpost/mipjjoefhmankgdoekloipgfinpgenmo |
| Beschreibung | Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com |
| Dateigröße | 30.84 KB |
| Installationsanzahl | 111 |
| Aktuelle Version | 2.1.0 |
| Letztes Update | 2021-04-20 |
| Veröffentlichungsdatum | 2020-04-26 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | DecisionCoding |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |