Trader Stylist
Simplify the UI of your trading and investing websites
Wat is Trader Stylist?
Trader Stylist is een Chrome-extensie ontwikkeld door holofinance, en de belangrijkste functie is "Simplify the UI of your trading and investing websites".
Extensie Screenshots
Download het CRX-bestand van de extensie Trader Stylist
Download Trader Stylist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simplify the UI of your trading and investing websites.
Currently supported websites:
https://investing.com/economic-calendar
https://coinmarketcap.com Basisinformatie over de Extensie
| Naam | |
| ID | bohfeiboloihabanfodconoddbekccbl |
| Officiële URL | https://chromewebstore.google.com/detail/trader-stylist/bohfeiboloihabanfodconoddbekccbl |
| Beschrijving | Simplify the UI of your trading and investing websites |
| Bestandsgrootte | 1.29 MB |
| Aantal Installaties | 71 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2018-09-13 |
| Publicatiedatum | 2018-09-13 |
| Ontwikkelaar | holofinance |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/holofinance/trader-stylist |
| Help Pagina-URL | https://github.com/holofinance/trader-stylist |
| Ondersteunde Talen | 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"
]
}
]
} | |