QuickPost
Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com
Vad är QuickPost?
QuickPost är en Chrome-tillägg utvecklad av DecisionCoding, och dess huvudfunktion är "Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com".
Tilläggsskärmbilder
Ladda ner QuickPost-förlängningens CRX-fil
Ladda ner QuickPost-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mipjjoefhmankgdoekloipgfinpgenmo |
| Officiell webbadress | https://chromewebstore.google.com/detail/quickpost/mipjjoefhmankgdoekloipgfinpgenmo |
| Beskrivning | Play-By-Forum Assistant for BoardGameGeek.com, RPGGeek.com, and VideoGameGeek.com |
| Filstorlek | 30.84 KB |
| Antal Installationer | 111 |
| Aktuell Version | 2.1.0 |
| Senast Uppdaterad | 2021-04-20 |
| Publiceringsdatum | 2020-04-26 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | DecisionCoding |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |