Steam Market Extended
View additional details about items such as candle graphs, indicator lines, and many more features!
Co to jest Steam Market Extended?
Steam Market Extended to rozszerzenie Chrome opracowane przez http://skilledtra.de, a jego główną funkcją jest „View additional details about items such as candle graphs, indicator lines, and many more features!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steam Market Extended
Pobierz pliki rozszerzeń Steam Market Extended 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
An extension of the steam market: View line and candlestick charts Generate SMA, EMA, RSI, and ATR lines Demo: http://skilledtra.de/chartdemo Donate: http://skilledtra.de/donate Source: https://github.com/AcornEyes/SteamMarketExtender
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | djmpjhobbpaljlpbalflmbmamkflnpdf |
Oficjalny URL | https://chrome.google.com/webstore/detail/steam-market-extended/djmpjhobbpaljlpbalflmbmamkflnpdf |
Opis | View additional details about items such as candle graphs, indicator lines, and many more features! |
Rozmiar pliku | 160 KB |
Liczba instalacji | 3,000 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2017-09-18 |
Data Publikacji | 2017-09-17 |
Ocena | 3.70/5 Łącznie 10 Oceny |
Deweloper | http://skilledtra.de |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://skilledtra.de |
Adres URL Strony Pomocy | http://skilledtra.de |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Market Extended", "description": "View additional details about items such as candle graphs, indicator lines, and many more features!", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "tabs", "*:\/\/steamcommunity.com\/market\/listings\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/steamcommunity.com\/market\/listings\/*\/*" ], "css": [ "css\/style.css", "css\/animate.min.css" ], "js": [ "js\/jquery.js", "js\/highstock.js", "js\/modal.js", "js\/theme.js", "js\/indicators.js", "js\/ema.js", "js\/atr.js", "js\/rsi.js", "js\/sma.js", "js\/main.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "img\/closebt.svg" ] } |