Betting Calculator

Betting calculator extension for working out qualifiers, stake not returned and stake returned bets.

Betting Calculatorคืออะไร?

Betting Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stugreenham.com และคุณลักษณะหลักของมันคือ "Betting calculator extension for working out qualifiers, stake not returned and stake returned bets."

ภาพหน้าจอของส่วนขยาย

screenshot

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

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

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

                        Updates:

2.9.7:
– Added support for new iOS app

2.9.6:
– Minor Updates

2.9.5:
– Minor Updates

2.9.4:
– Minor Updates

2.9.3:
– Minor Updates

2.9.2:
– Minor Updates

2.9.1:
– Minor Updates

2.9.0:
– Minor Updates

2.8.9:
– Minor Updates

2.8.8:
– Minor Updates

2.8.7:
– Minor Updates

2.8.6:
– Minimum £5 donation update to remove the sponsor banner (Due to a few 1p donations)

2.8.5: 
– Minor Updates

2.8.4: 
– Minor Updates

2.8.3: 
– Minor Updates

2.8.2: 
– Minor Updates

2.8.1:
– Options page added and removed the donation timer in favour of a close link

2.7:
– Reduced the support popup timing from 8 to 3 seconds.

2.6:
– Imagery and minor styling changes

2.4 & 2.5:
– Analytics tracking added

2.3:
– Minor UI changes added and updated donation button

2.2:
– Temporary removal of Underlay/Overlay tabs whilst I work on a tweak to the calculations

2.1:
– Added background colour to fix popup resize bug

2.0:
– Introduced more advanced controls to allow underlaying, overlaying and a custom slider for fine control of your stakes.
– The calculator now remembers that you have submitted the form and shows your results and active tabs straight away to save having to constantly hit submit. 
– New reset button to clear the form.

1.5:
– Fixed a bug where it would round down the stake (eg. 12.50 would be processed at 12)

1.4:
– Added copy feature to stake and liability inputs

1.3:
– Crisp icon added to replace blurred one.

1.2:
– Added user feedback message when copying the lay stake.

1.1:
– Removed disabled attr from lay stake and lay liability.
– Added a copy link for copying the lay stake to the users clipboard.                    

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

ชื่อ Betting Calculator Betting Calculator
ID ndagckgpgoaokcfcjaicpfhhfllnphcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/betting-calculator/ndagckgpgoaokcfcjaicpfhhfllnphcc
คำอธิบาย Betting calculator extension for working out qualifiers, stake not returned and stake returned bets.
ขนาดไฟล์ 501 KB
จำนวนการติดตั้ง 567
เวอร์ชันปัจจุบัน 2.9.7
อัปเดตครั้งล่าสุด 2021-07-07
วันที่เผยแพร่ 2019-07-08
คะแนน 4.69/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://stugreenham.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.9.7",
    "name": "Betting Calculator",
    "description": "Betting calculator extension for working out qualifiers, stake not returned and stake returned bets.",
    "author": "Stu Greenham",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}