Quick BGG Rating
Quickly get the rating of a board game from BoardGameGeek.com.
ما هو Quick BGG Rating؟
Quick BGG Rating هو إضافة Chrome تم تطويرها بواسطة Saulo Silva، والميزة الرئيسية لها هي "Quickly get the rating of a board game from BoardGameGeek.com.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick BGG Rating
قم بتنزيل ملفات الامتداد Quick BGG Rating بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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]"
}
}
} | |