FD Rake Colorator

Shows calculated rake percentage and color coding.

FD Rake Coloratorคืออะไร?

FD Rake Colorator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dailyfantasytools และคุณลักษณะหลักของมันคือ "Shows calculated rake percentage and color coding."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FD Rake Colorator

ดาวน์โหลดไฟล์ส่วนขยาย 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
}