Trader Stylist
Simplify the UI of your trading and investing websites
Co to jest Trader Stylist?
Trader Stylist to rozszerzenie Chrome opracowane przez holofinance, a jego główną funkcją jest „Simplify the UI of your trading and investing websites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trader Stylist
Pobierz pliki rozszerzeń Trader Stylist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Simplify the UI of your trading and investing websites.
Currently supported websites:
https://investing.com/economic-calendar
https://coinmarketcap.com Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bohfeiboloihabanfodconoddbekccbl |
| Oficjalny URL | https://chromewebstore.google.com/detail/trader-stylist/bohfeiboloihabanfodconoddbekccbl |
| Opis | Simplify the UI of your trading and investing websites |
| Rozmiar pliku | 1.29 MB |
| Liczba instalacji | 71 |
| Aktualna Wersja | 0.2.0 |
| Ostatnia Aktualizacja | 2018-09-13 |
| Data Publikacji | 2018-09-13 |
| Deweloper | holofinance |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/holofinance/trader-stylist |
| Adres URL Strony Pomocy | https://github.com/holofinance/trader-stylist |
| Obsługiwane Języki | 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"
]
}
]
} | |