Trader Stylist
Simplify the UI of your trading and investing websites
Hvad er Trader Stylist?
Trader Stylist er en Chrome-udvidelse udviklet af holofinance, og dens hovedfunktion er "Simplify the UI of your trading and investing websites".
Udvidelsesskærmbilleder
Download Trader Stylist-udvidelses-CRX-fil
Download Trader Stylist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Simplify the UI of your trading and investing websites. Currently supported websites: https://investing.com/economic-calendar https://coinmarketcap.com
Grundlæggende oplysninger om udvidelsen
Navn | Trader Stylist |
ID | bohfeiboloihabanfodconoddbekccbl |
Officiel URL | https://chromewebstore.google.com/detail/trader-stylist/bohfeiboloihabanfodconoddbekccbl |
Beskrivelse | Simplify the UI of your trading and investing websites |
Filstørrelse | 1.29 MB |
Antal Installationer | 71 |
Nuværende Version | 0.2.0 |
Senest Opdateret | 2018-09-13 |
Udgivelsesdato | 2018-09-13 |
Udvikler | holofinance |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/holofinance/trader-stylist |
Hjælpeside-URL | https://github.com/holofinance/trader-stylist |
Understøttede Sprog | 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" ] } ] } |