Steam Market Extended
View additional details about items such as candle graphs, indicator lines, and many more features!
Cos'è Steam Market Extended?
Steam Market Extended è un'estensione di Chrome sviluppata da http://skilledtra.de, e la sua funzione principale è "View additional details about items such as candle graphs, indicator lines, and many more features!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam Market Extended
Scarica i file di estensione Steam Market Extended in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | djmpjhobbpaljlpbalflmbmamkflnpdf |
| URL Ufficiale | https://chrome.google.com/webstore/detail/steam-market-extended/djmpjhobbpaljlpbalflmbmamkflnpdf |
| Descrizione | View additional details about items such as candle graphs, indicator lines, and many more features! |
| Dimensione del File | 160 KB |
| Conteggio Installazioni | 3,000 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2017-09-18 |
| Data di Pubblicazione | 2017-09-17 |
| Valutazione | 3.70/5 Totale 10 Valutazioni |
| Sviluppatore | http://skilledtra.de |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://skilledtra.de |
| URL della Pagina di Aiuto | http://skilledtra.de |
| Lingue Supportate | 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"
]
} | |