Trader Stylist
Simplify the UI of your trading and investing websites
Vad är Trader Stylist?
Trader Stylist är en Chrome-tillägg utvecklad av holofinance, och dess huvudfunktion är "Simplify the UI of your trading and investing websites".
Tilläggsskärmbilder
Ladda ner Trader Stylist-förlängningens CRX-fil
Ladda ner Trader Stylist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Simplify the UI of your trading and investing websites.
Currently supported websites:
https://investing.com/economic-calendar
https://coinmarketcap.com Grundläggande Information om Tillägg
| Namn | |
| ID | bohfeiboloihabanfodconoddbekccbl |
| Officiell webbadress | https://chromewebstore.google.com/detail/trader-stylist/bohfeiboloihabanfodconoddbekccbl |
| Beskrivning | Simplify the UI of your trading and investing websites |
| Filstorlek | 1.29 MB |
| Antal Installationer | 71 |
| Aktuell Version | 0.2.0 |
| Senast Uppdaterad | 2018-09-13 |
| Publiceringsdatum | 2018-09-13 |
| Utvecklare | holofinance |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/holofinance/trader-stylist |
| Hjälpsida URL | https://github.com/holofinance/trader-stylist |
| Stödda Språk | 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"
]
}
]
} | |