Manifolio

Bet size calculator for Manifold Markets

什么是Manifolio?

Manifolio是由https://manifol.io开发的Chrome扩展程序,该扩展的主要功能是“Bet size calculator for Manifold Markets”。

扩展截图

screenshot

下载Manifolio扩展crx文件

下载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"
    }
}