Trader Stylist

Simplify the UI of your trading and investing websites

Trader Stylistคืออะไร?

Trader Stylist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย holofinance และคุณลักษณะหลักของมันคือ "Simplify the UI of your trading and investing websites"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trader Stylist

ดาวน์โหลดไฟล์ส่วนขยาย Trader Stylist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simplify the UI of your trading and investing websites.

Currently supported websites:
https://investing.com/economic-calendar
https://coinmarketcap.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trader Stylist Trader Stylist
ID bohfeiboloihabanfodconoddbekccbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trader-stylist/bohfeiboloihabanfodconoddbekccbl
คำอธิบาย Simplify the UI of your trading and investing websites
ขนาดไฟล์ 1.29 MB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2018-09-13
วันที่เผยแพร่ 2018-09-13
ผู้พัฒนา holofinance
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/holofinance/trader-stylist
URL หน้าช่วยเหลือ https://github.com/holofinance/trader-stylist
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trader Stylist",
    "version": "0.2.0",
    "description": "Simplify the UI of your trading and investing websites",
    "icons": {
        "16": "assets\/icons8-clean-16.png",
        "48": "assets\/icons8-clean-48.png",
        "128": "assets\/icons8-clean-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.investing.com\/economic-calendar\/"
            ],
            "css": [
                "investing.com\/style.css"
            ],
            "js": [
                "vendor\/jquery-3.3.1.min.js",
                "investing.com\/contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/coinmarketcap.com\/*"
            ],
            "css": [
                "coinmarketcap.com\/style.css"
            ]
        }
    ]
}