Quick BGG Rating

Quickly get the rating of a board game from BoardGameGeek.com.

What is Quick BGG Rating?

Quick BGG Rating is a Chrome extension developed by Saulo Silva, and its main feature is "Quickly get the rating of a board game from BoardGameGeek.com.".

Extension Screenshots

screenshot
screenshot

Download Quick BGG Rating Extension CRX File

Download Quick BGG Rating extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Quick BGG Rating Quick BGG Rating
ID nganmciekgocjldlblecnnfheffpennb
Official URL https://chromewebstore.google.com/detail/quick-bgg-rating/nganmciekgocjldlblecnnfheffpennb
Description Quickly get the rating of a board game from BoardGameGeek.com.
File Size 17.06 KB
Installation Count 301
Current Version 1.5.3
Last Updated 2021-06-30
Publish Date 2019-06-12
Rating 4.67/5 Total 3 Ratings
Developer Saulo Silva
Email [email protected]
Payment Type free
Extension Website https://github.com/ssilva/bgg-browser-extension
Help Page URL https://github.com/ssilva/bgg-browser-extension/issues
Supported Languages 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]"
        }
    }
}