Poker Oddy

This extension calcules pot odds, for online poker games

Poker Oddyคืออะไร?

Poker Oddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension calcules pot odds, for online poker games"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Poker Oddy

ดาวน์โหลดไฟล์ส่วนขยาย Poker Oddy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Poker Oddy is an extension for use while playing poker online games. 
You can quick decide between call or fold by calculating your chances and pot odds.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Poker Oddy Poker Oddy
ID mochpboiffkefgiklbhiokmkfgdfefac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/poker-oddy/mochpboiffkefgiklbhiokmkfgdfefac
คำอธิบาย This extension calcules pot odds, for online poker games
ขนาดไฟล์ 77.62 KB
จำนวนการติดตั้ง 167
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-12-07
วันที่เผยแพร่ 2015-12-07
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poker Oddy",
    "description": "This extension calcules pot odds, for online poker games",
    "version": "1.0",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}