Quick BGG Rating
Quickly get the rating of a board game from BoardGameGeek.com.
Wat is Quick BGG Rating?
Quick BGG Rating is een Chrome-extensie ontwikkeld door Saulo Silva, en de belangrijkste functie is "Quickly get the rating of a board game from BoardGameGeek.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick BGG Rating
Download Quick BGG Rating-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
How to use
1. On any web-page, select the name of a board game.
2. Click on the meeple.
Tip: if you are not getting any results, try turning off the "Only display exact matches" option.
Features
* Lightweight
* Non-intrusive
* Open source
* Uses the BGG XML API2
Change log:
https://github.com/ssilva/bgg-browser-extension/blob/main/CHANGELOG.md Basisinformatie over de Extensie
| Naam | |
| ID | nganmciekgocjldlblecnnfheffpennb |
| Officiële URL | https://chromewebstore.google.com/detail/quick-bgg-rating/nganmciekgocjldlblecnnfheffpennb |
| Beschrijving | Quickly get the rating of a board game from BoardGameGeek.com. |
| Bestandsgrootte | 17.06 KB |
| Aantal Installaties | 301 |
| Huidige Versie | 1.5.3 |
| Laatst Bijgewerkt | 2021-06-30 |
| Publicatiedatum | 2019-06-12 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Saulo Silva |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ssilva/bgg-browser-extension |
| Help Pagina-URL | https://github.com/ssilva/bgg-browser-extension/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Quick BGG Rating",
"version": "1.5.3",
"description": "Quickly get the rating of a board game from BoardGameGeek.com.",
"homepage_url": "https:\/\/github.com\/ssilva\/bgg-browser-extension",
"author": "Saulo Silva",
"icons": {
"32": "meeple-16.png",
"96": "meeple-48.png",
"128": "meeple-128.png"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"browser_action": {
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+S"
}
}
},
"permissions": [
"https:\/\/boardgamegeek.com\/",
"activeTab",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
} | |