Quick BGG Rating

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

Quick BGG Rating là gì?

Quick BGG Rating là một tiện ích mở rộng Chrome được phát triển bởi Saulo Silva, và tính năng chính của nó là "Quickly get the rating of a board game from BoardGameGeek.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quick BGG Rating

Tải xuống các tệp mở rộng Quick BGG Rating dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quick BGG Rating Quick BGG Rating
ID nganmciekgocjldlblecnnfheffpennb
URL Chính Thức https://chromewebstore.google.com/detail/quick-bgg-rating/nganmciekgocjldlblecnnfheffpennb
Mô tả Quickly get the rating of a board game from BoardGameGeek.com.
Kích Thước Tệp 17.06 KB
Số Lần Cài Đặt 301
Phiên Bản Hiện Tại 1.5.3
Cập Nhật Lần Cuối 2021-06-30
Ngày Phát Hành 2019-06-12
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Saulo Silva
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ssilva/bgg-browser-extension
URL Trang Trợ Giúp https://github.com/ssilva/bgg-browser-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}