Trader Stylist
Simplify the UI of your trading and investing websites
What is Trader Stylist?
Trader Stylist is a Chrome extension developed by holofinance, and its main feature is "Simplify the UI of your trading and investing websites".
Extension Screenshots
Download Trader Stylist Extension CRX File
Download Trader Stylist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simplify the UI of your trading and investing websites. Currently supported websites: https://investing.com/economic-calendar https://coinmarketcap.com
Extension Basic Information
Name | Trader Stylist |
ID | bohfeiboloihabanfodconoddbekccbl |
Official URL | https://chromewebstore.google.com/detail/trader-stylist/bohfeiboloihabanfodconoddbekccbl |
Description | Simplify the UI of your trading and investing websites |
File Size | 1.29 MB |
Installation Count | 71 |
Current Version | 0.2.0 |
Last Updated | 2018-09-13 |
Publish Date | 2018-09-13 |
Developer | holofinance |
Payment Type | free |
Extension Website | https://github.com/holofinance/trader-stylist |
Help Page URL | https://github.com/holofinance/trader-stylist |
Supported Languages | 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" ] } ] } |