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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Quick BGG Rating |
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 |
이메일 | [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]" } } } |