Steam Market History Plus
Provides a more useful Steam Market History, allowing you to search, sort, highlight, track earnings, and customize
Apa itu Steam Market History Plus?
Steam Market History Plus adalah ekstensi Chrome yang dikembangkan oleh https://qiguang.net, dan fitur utamanya adalah "Provides a more useful Steam Market History, allowing you to search, sort, highlight, track earnings, and customize".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Steam Market History Plus
Unduh file ekstensi Steam Market History Plus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Enhances the default My Market History page on Steam with the following features: * Show up to 500 items per page, with the ability to show all items at once * Highlight transaction types you want to see, hide the ones you don't * Add clickable links to items * Search entire market history * Track profit/loss for specific items * Sort items on the page -------------------------------------------- 1.0.7 - Fixed running sum for currencies that use commas for decimal separator - Fixed issue when extension tries to load before page is completely loaded -------------------------------------------- To use this extension, visit the Steam Market History page and click on the My Market History tab. Items Per Page can be configured to show up to 500 items at a time. If Infinite Scroll is enabled, the page will automatically display the next "page" of items as you scroll down. Sort items by clicking the header cells. Only items currently displayed on the page will be sorted. To sort the entire market history, first click the View All button, then sort the results. Highlight items according to transaction type to make them easier to spot. Hide transaction types you do not want to see-- they will not appear on the page or in any search results. Item names can be clicked to go to their item page in the community market. Item icons can be clicked to show only market history transactions involving that specific item, while hiding all others. Click the item icon again to show all transactions. Search will search in item name and description over your entire market history. Transaction types configured to be hidden will remain hidden. "NOT" can be used to exclude items from search, e.g. "Trading Card NOT Foil" will return all trading cards excluding foils. "price:", "price:>", and "price:<" can be used to search by price, e.g. "price:0.50" will find all items priced at 0.50, "price:>9.99" will find all items priced over 9.99, "price:<1.00" will find all items priced under 1.00. Regular Expressions can be used by enclosing the entire query with "/", e.g. "/Final.*XI{0,3}/" Show Net Gain/Loss applies only to items currently displayed on the page. This allows you to see the worth of filtered items. For example, search for "Trading Card" to see total profit/loss obtained through trading cards.
Informasi Dasar Ekstensi
Nama | Steam Market History Plus |
ID | dhcoicbcegmeaoipdjabengnggkciepp |
URL Resmi | https://chromewebstore.google.com/detail/steam-market-history-plus/dhcoicbcegmeaoipdjabengnggkciepp |
Deskripsi | Provides a more useful Steam Market History, allowing you to search, sort, highlight, track earnings, and customize |
Ukuran File | 396 KB |
Jumlah Instalasi | 24,338 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2016-05-23 |
Tanggal Publikasi | 2016-05-22 |
Penilaian | 4.15/5 Total 75 Penilaian |
Pengembang | https://qiguang.net |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "css\/markethistoryplus.css" ], "exclude_matches": [ "https:\/\/steamcommunity.com\/login\/*" ], "js": [ "js\/jquery.min.js", "markethistoryplus.js" ], "matches": [ "http:\/\/steamcommunity.com\/*", "https:\/\/steamcommunity.com\/*" ] } ], "description": "Provides a more useful Steam Market History, allowing you to search, sort, highlight, track earnings, and customize", "icons": { "128": "img\/markethistoryplus-128.png" }, "manifest_version": 2, "name": "Steam Market History Plus", "options_page": "options.html", "permissions": [ "storage" ], "short_name": "SMHP", "version": "1.0.7", "web_accessible_resources": [ "css\/markethistoryplus.css", "options.html", "img\/options-icon-16.png", "img\/btn_blue_small.png", "img\/btn_blue_small_hover.png", "img\/throbber.gif", "localization\/en\/strings.json", "localization\/bg\/strings.json", "localization\/cs\/strings.json", "localization\/da\/strings.json", "localization\/de\/strings.json", "localization\/el\/strings.json", "localization\/es-ES\/strings.json", "localization\/fi\/strings.json", "localization\/fr\/strings.json", "localization\/hu\/strings.json", "localization\/it\/strings.json", "localization\/ja\/strings.json", "localization\/ko\/strings.json", "localization\/nl\/strings.json", "localization\/no\/strings.json", "localization\/pl\/strings.json", "localization\/pt-BR\/strings.json", "localization\/pt-PT\/strings.json", "localization\/ro\/strings.json", "localization\/ru\/strings.json", "localization\/sv-SE\/strings.json", "localization\/th\/strings.json", "localization\/tr\/strings.json", "localization\/uk\/strings.json", "localization\/zh-CN\/strings.json", "localization\/zh-TW\/strings.json" ] } |