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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jon Uleis และคุณลักษณะหลักของมันคือ "Upgrade the Price column on the Discogs Marketplace to sort by total prices instead of pre-shipping prices!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discogs Total Price Sorter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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*\/*"
            ]
        }
    ]
}