Manifolio

Bet size calculator for Manifold Markets

Manifolioคืออะไร?

Manifolio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://manifol.io และคุณลักษณะหลักของมันคือ "Bet size calculator for Manifold Markets"

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

screenshot

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

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

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

                        Bet size calculator for YES/NO questions on Manifold Markets. For a given probability, it calculates the optimal bet to place according to the Kelly criterion.

This extension is a simple wrapper around the site https://manifol.io/ , it prefills the url of the market so you don't have to switch tabs.                    

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

ชื่อ Manifolio Manifolio
ID oaljejlppmbakfdnmodhconmbjmomjnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/manifolio/oaljejlppmbakfdnmodhconmbjmomjnl
คำอธิบาย Bet size calculator for Manifold Markets
ขนาดไฟล์ 13.63 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-08-17
วันที่เผยแพร่ 2023-08-17
ผู้พัฒนา https://manifol.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://manifol.io/
URL หน้านโยบายความเป็นส่วนตัว https://manifol.io/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Manifolio",
    "version": "1.0.0",
    "description": "Bet size calculator for Manifold Markets",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}