Steam Market History Plus

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

Co je Steam Market History Plus?

Steam Market History Plus je rozšíření Chrome vyvinuté https://qiguang.net, a jeho hlavní funkcí je „Provides a more useful Steam Market History, allowing you to search, sort, highlight, track earnings, and customize“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Steam Market History Plus

Stáhněte si soubory rozšíření Steam Market History Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Steam Market History Plus Steam Market History Plus
ID dhcoicbcegmeaoipdjabengnggkciepp
Oficiální URL https://chromewebstore.google.com/detail/steam-market-history-plus/dhcoicbcegmeaoipdjabengnggkciepp
Popis Provides a more useful Steam Market History, allowing you to search, sort, highlight, track earnings, and customize
Velikost souboru 396 KB
Počet instalací 24,338
Aktuální Verze 1.0.7
Poslední Aktualizace 2016-05-23
Datum Vydání 2016-05-22
Hodnocení 4.15/5 Celkem 75 Hodnocení
Vývojář https://qiguang.net
Typ Platby free
Podporované Jazyky 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"
    ]
}