FD Rake Colorator

Shows calculated rake percentage and color coding.

什么是FD Rake Colorator?

FD Rake Colorator是由dailyfantasytools开发的Chrome扩展程序,该扩展的主要功能是“Shows calculated rake percentage and color coding.”。

扩展截图

screenshot

下载FD Rake Colorator扩展crx文件

下载FD Rake Colorator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simple calculated profit margin overlay with colors.                    

扩展基本信息

名称 FD Rake Colorator FD Rake Colorator
ID kbijdnibiddienolcibbpfodndekemdg
官方URL https://chrome.google.com/webstore/detail/fd-rake-colorator/kbijdnibiddienolcibbpfodndekemdg
简介 Shows calculated rake percentage and color coding.
文件大小 19.85 KB
安装次数 117
当前版本 1.9
更新时间 2015-06-10
上架时间 2015-06-10
评分 5.00/5 共1次评分
开发者 dailyfantasytools
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FD Rake Colorator",
    "version": "1.9",
    "description": "Shows calculated rake percentage and color coding.",
    "web_accessible_resources": [
        "style.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_title": "FD Rake Colorator"
    },
    "permissions": [
        "declarativeContent",
        ""
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}