Trader Stylist
Simplify the UI of your trading and investing websites
Was ist Trader Stylist?
Trader Stylist ist eine Chrome-Erweiterung, die von holofinance entwickelt wurde, und ihr Hauptmerkmal ist "Simplify the UI of your trading and investing websites".
Erweiterungsscreenshots
Trader Stylist-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trader Stylist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Simplify the UI of your trading and investing websites. Currently supported websites: https://investing.com/economic-calendar https://coinmarketcap.com
Grundlegende Informationen zur Erweiterung
Name | Trader Stylist |
ID | bohfeiboloihabanfodconoddbekccbl |
Offizielle URL | https://chromewebstore.google.com/detail/trader-stylist/bohfeiboloihabanfodconoddbekccbl |
Beschreibung | Simplify the UI of your trading and investing websites |
Dateigröße | 1.29 MB |
Installationsanzahl | 71 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2018-09-13 |
Veröffentlichungsdatum | 2018-09-13 |
Entwickler | holofinance |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/holofinance/trader-stylist |
Hilfeseite URL | https://github.com/holofinance/trader-stylist |
Unterstützte Sprachen | 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" ] } ] } |