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. 擴展基本資訊
| 名稱 | |
| ID | oaljejlppmbakfdnmodhconmbjmomjnl |
| 官方網址 | 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"
}
} | |