Discogs Total Price Sorter

Upgrade the Price column on the Discogs Marketplace to sort by total prices instead of pre-shipping prices!

Discogs Total Price Sorterとは何ですか?

Discogs Total Price SorterはJon Uleisによって開発されたChromeの拡張機能で、その主な機能は「Upgrade the Price column on the Discogs Marketplace to sort by total prices instead of pre-shipping prices!」です。

拡張機能のスクリーンショット

screenshot

Discogs Total Price Sorter拡張機能のCRXファイルをダウンロード

Discogs Total Price Sorter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Sort by the Price column on Discogs with this extension, and it will become a "Total Price" column that factors in shipping costs. Items unavailable in your country will also be sorted to the bottom of the list, as these would tend to appear cheaper due to the shipping cost not being tabulated.

This extension is also compatible with scripts that allow infinite loading, such as Discogs Enhancer and AutoPagerize.

Note that this extension sorts all listings currently loaded on the page, but does not automatically pull in prices from any further results pages. Therefore, it's recommended to set Discogs to view 250 listings at a time to incorporate more results.                    

拡張機能の基本情報

名前 Discogs Total Price Sorter Discogs Total Price Sorter
ID ockmalikhlgdfljhgihfbohafhbjpibf
公式URL https://chromewebstore.google.com/detail/discogs-total-price-sorte/ockmalikhlgdfljhgihfbohafhbjpibf
説明 Upgrade the Price column on the Discogs Marketplace to sort by total prices instead of pre-shipping prices!
ファイルサイズ 22.49 KB
インストール数 250
現在のバージョン 1.40
最終更新日 2023-04-20
公開日 2023-03-26
評価 5.00/5 合計 5 レビュー
開発者 Jon Uleis
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discogs Total Price Sorter",
    "version": "1.40",
    "description": "Upgrade the Price column on the Discogs Marketplace to sort by total prices instead of pre-shipping prices!",
    "author": "[email protected]",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.discogs.com\/*sell*\/*"
            ]
        }
    ]
}