Quick BGG Rating
Quickly get the rating of a board game from BoardGameGeek.com.
Cos'è Quick BGG Rating?
Quick BGG Rating è un'estensione di Chrome sviluppata da Saulo Silva, e la sua funzione principale è "Quickly get the rating of a board game from BoardGameGeek.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick BGG Rating
Scarica i file di estensione Quick BGG Rating in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | nganmciekgocjldlblecnnfheffpennb |
| URL Ufficiale | https://chromewebstore.google.com/detail/quick-bgg-rating/nganmciekgocjldlblecnnfheffpennb |
| Descrizione | Quickly get the rating of a board game from BoardGameGeek.com. |
| Dimensione del File | 17.06 KB |
| Conteggio Installazioni | 301 |
| Versione Corrente | 1.5.3 |
| Ultimo Aggiornamento | 2021-06-30 |
| Data di Pubblicazione | 2019-06-12 |
| Valutazione | 4.67/5 Totale 3 Valutazioni |
| Sviluppatore | Saulo Silva |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/ssilva/bgg-browser-extension |
| URL della Pagina di Aiuto | https://github.com/ssilva/bgg-browser-extension/issues |
| Lingue Supportate | 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]"
}
}
} | |