Trader Stylist

Simplify the UI of your trading and investing websites

什么是Trader Stylist?

Trader Stylist是由holofinance开发的Chrome扩展程序,该扩展的主要功能是“Simplify the UI of your trading and investing websites”。

扩展截图

screenshot

下载Trader Stylist扩展crx文件

下载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"
            ]
        }
    ]
}