Quick BGG Rating
Quickly get the rating of a board game from BoardGameGeek.com.
Quick BGG Ratingとは何ですか?
Quick BGG RatingはSaulo Silvaによって開発されたChromeの拡張機能で、その主な機能は「Quickly get the rating of a board game from BoardGameGeek.com.」です。
拡張機能のスクリーンショット
Quick BGG Rating拡張機能のCRXファイルをダウンロード
Quick BGG Rating拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | nganmciekgocjldlblecnnfheffpennb |
| 公式URL | https://chromewebstore.google.com/detail/quick-bgg-rating/nganmciekgocjldlblecnnfheffpennb |
| 説明 | Quickly get the rating of a board game from BoardGameGeek.com. |
| ファイルサイズ | 17.06 KB |
| インストール数 | 301 |
| 現在のバージョン | 1.5.3 |
| 最終更新日 | 2021-06-30 |
| 公開日 | 2019-06-12 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | Saulo Silva |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/ssilva/bgg-browser-extension |
| ヘルプページのURL | https://github.com/ssilva/bgg-browser-extension/issues |
| 対応言語 | 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]"
}
}
} | |