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!”。
扩展截图
下载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 |
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*\/*" ] } ] } |