Manifolio
Bet size calculator for Manifold Markets
Manifolioとは何ですか?
Manifolioはhttps://manifol.ioによって開発されたChromeの拡張機能で、その主な機能は「Bet size calculator for Manifold Markets」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |