Colonist Dice History
Understand probability of die
什么是Colonist Dice History?
Colonist Dice History是由https://karanmhatre.com开发的Chrome扩展程序,该扩展的主要功能是“Understand probability of die”。
扩展截图
下载Colonist Dice History扩展crx文件
下载Colonist Dice History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Players of Catan on colonist.io can use this to see stats of how the die has performed during the game.
扩展基本信息
名称 | |
ID | ngmklkcbogmcobhiiglefpljdopgfbpn |
官方URL | https://chromewebstore.google.com/detail/colonist-dice-history/ngmklkcbogmcobhiiglefpljdopgfbpn |
简介 | Understand probability of die |
文件大小 | 231 KB |
安装次数 | 567 |
当前版本 | 0.0.2 |
更新时间 | 2021-04-08 |
上架时间 | 2020-04-02 |
评分 | 4.75/5 共4次评分 |
开发者 | https://karanmhatre.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.karanmhatre.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colonist Dice History", "version": "0.0.2", "manifest_version": 2, "description": "Understand probability of die", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |