Gold Karat ValueEstimate gold melt value from karat, weight, and a 24K price per gram. Jewelry and scrap workflows usually start from the same three inputs: how heavy the piece is, what karat stamp it carries, and what fine gold is trading at today. This extension keeps that math in the command palette so you can reuse the same rounding rules without leaving the editor. It does not call a price API. You pass in the 24K price you already have (spot feed, cached quote, or a number typed by you). Commands
Each command asks for weight, unit, karat, and a 24K price per gram. Scrap also asks for a payout ratio such as Units are gram, pennyweight, troy ounce, troy pound, and kilogram. Karat must be between Formula
The same cent-rounding is applied to per-gram, per-troy-ounce, and per-troy-pound quotes so the message matches a table UI. When you need live pricesThis extension stops at the arithmetic. If you want the same karat and unit conversion with a regularly updated spot price in the browser, there is a scrap gold calculator that applies these ratios without an account. LicenseMIT |