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 |
| 官方網址 | 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 |
| 電子郵箱 | [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]"
}
}
} | |