Steam Market History Plus

Provides a more useful Steam Market History, allowing you to search, sort, highlight, track earnings, and customize

什麼是Steam Market History Plus?

Steam Market History Plus是由https://qiguang.net開發的Chrome擴展程式,該擴展的主要功能是“Provides a more useful Steam Market History, allowing you to search, sort, highlight, track earnings, and customize”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Steam Market History Plus擴展crx文件

下載Steam Market History Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Steam Market History Plus Steam Market History Plus
ID dhcoicbcegmeaoipdjabengnggkciepp
官方網址 https://chromewebstore.google.com/detail/steam-market-history-plus/dhcoicbcegmeaoipdjabengnggkciepp
簡介 Provides a more useful Steam Market History, allowing you to search, sort, highlight, track earnings, and customize
檔案大小 396 KB
安裝次數 24,338
目前版本 1.0.7
更新時間 2016-05-23
上架時間 2016-05-22
評分 4.15/5 共 75 次評分
開發者 https://qiguang.net
付費類型 free
支援的語言 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"
    ]
}