Steam Market Extended
View additional details about items such as candle graphs, indicator lines, and many more features!
Wat is Steam Market Extended?
Steam Market Extended is een Chrome-extensie ontwikkeld door http://skilledtra.de, en de belangrijkste functie is "View additional details about items such as candle graphs, indicator lines, and many more features!".
Extensie Screenshots
Download het CRX-bestand van de extensie Steam Market Extended
Download Steam Market Extended-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
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
Basisinformatie over de Extensie
Naam | |
ID | djmpjhobbpaljlpbalflmbmamkflnpdf |
Officiële URL | https://chrome.google.com/webstore/detail/steam-market-extended/djmpjhobbpaljlpbalflmbmamkflnpdf |
Beschrijving | View additional details about items such as candle graphs, indicator lines, and many more features! |
Bestandsgrootte | 160 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-09-18 |
Publicatiedatum | 2017-09-17 |
Beoordeling | 3.70/5 Totaal 10 Beoordelingen |
Ontwikkelaar | http://skilledtra.de |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://skilledtra.de |
Help Pagina-URL | http://skilledtra.de |
Ondersteunde Talen | 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" ] } |