Puerto Rico Helper
Reveal players VP in the popular puerto rico board game.
Puerto Rico Helperคืออะไร?
Puerto Rico Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Reveal players VP in the popular puerto rico board game."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Puerto Rico Helper
ดาวน์โหลดไฟล์ส่วนขยาย Puerto Rico Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Puerto Rico Helper is a chrome extension plugin to help you keep track of other player's victory points, in the online version of the popular Puerto Rico boardgame, on boardgamearena.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | neepbekeahonhgkedkpmdfjipkgcdefk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/puerto-rico-helper/neepbekeahonhgkedkpmdfjipkgcdefk |
คำอธิบาย | Reveal players VP in the popular puerto rico board game. |
ขนาดไฟล์ | 1.48 MB |
จำนวนการติดตั้ง | 57 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2017-04-09 |
วันที่เผยแพร่ | 2017-04-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Puerto Rico Helper", "version": "0.1", "description": "Reveal players VP in the popular puerto rico board game.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.boardgamearena.com\/puertorico*" ], "js": [ "jquery-3.1.1.slim.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Puerto Rico Helper", "options_page": "settings.html" }, "permissions": [ "storage" ] } |