Steam Market Extended
View additional details about items such as candle graphs, indicator lines, and many more features!
Steam Market Extended là gì?
Steam Market Extended là một tiện ích mở rộng Chrome được phát triển bởi http://skilledtra.de, và tính năng chính của nó là "View additional details about items such as candle graphs, indicator lines, and many more features!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Steam Market Extended
Tải xuống các tệp mở rộng Steam Market Extended dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | djmpjhobbpaljlpbalflmbmamkflnpdf |
URL Chính Thức | https://chrome.google.com/webstore/detail/steam-market-extended/djmpjhobbpaljlpbalflmbmamkflnpdf |
Mô tả | View additional details about items such as candle graphs, indicator lines, and many more features! |
Kích Thước Tệp | 160 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-09-18 |
Ngày Phát Hành | 2017-09-17 |
Đánh Giá | 3.70/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | http://skilledtra.de |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://skilledtra.de |
URL Trang Trợ Giúp | http://skilledtra.de |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |