Quick BGG Rating
Quickly get the rating of a board game from BoardGameGeek.com.
Quick BGG Rating क्या है?
Quick BGG Rating Saulo Silva द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly get the rating of a board game from BoardGameGeek.com."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick BGG Rating एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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]" } } } |