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
官方網址 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
}