Discogs Total Price Sorter
Upgrade the Price column on the Discogs Marketplace to sort by total prices instead of pre-shipping prices!
Was ist Discogs Total Price Sorter?
Discogs Total Price Sorter ist eine Chrome-Erweiterung, die von Jon Uleis entwickelt wurde, und ihr Hauptmerkmal ist "Upgrade the Price column on the Discogs Marketplace to sort by total prices instead of pre-shipping prices!".
Erweiterungsscreenshots
Discogs Total Price Sorter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Discogs Total Price Sorter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Discogs Total Price Sorter |
ID | ockmalikhlgdfljhgihfbohafhbjpibf |
Offizielle URL | https://chromewebstore.google.com/detail/discogs-total-price-sorte/ockmalikhlgdfljhgihfbohafhbjpibf |
Beschreibung | Upgrade the Price column on the Discogs Marketplace to sort by total prices instead of pre-shipping prices! |
Dateigröße | 22.49 KB |
Installationsanzahl | 250 |
Aktuelle Version | 1.40 |
Letztes Update | 2023-04-20 |
Veröffentlichungsdatum | 2023-03-26 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Jon Uleis |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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*\/*" ] } ] } |