Trader Stylist

Simplify the UI of your trading and investing websites

Trader Stylist là gì?

Trader Stylist là một tiện ích mở rộng Chrome được phát triển bởi holofinance, và tính năng chính của nó là "Simplify the UI of your trading and investing websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trader Stylist

Tải xuống các tệp mở rộng Trader Stylist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Simplify the UI of your trading and investing websites.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trader Stylist Trader Stylist
ID bohfeiboloihabanfodconoddbekccbl
URL Chính Thức https://chromewebstore.google.com/detail/trader-stylist/bohfeiboloihabanfodconoddbekccbl
Mô tả Simplify the UI of your trading and investing websites
Kích Thước Tệp 1.29 MB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2018-09-13
Ngày Phát Hành 2018-09-13
Nhà Phát Triển holofinance
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/holofinance/trader-stylist
URL Trang Trợ Giúp https://github.com/holofinance/trader-stylist
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}