Extension converts BigInt values by dividing them by a specified factor (10^n). This is particularly useful when working with large numbers that need to be scaled down for readability or processing.
Features
Convert BigInt to Number: Convert BigInt values to regular numbers by dividing by a specified factor
Convert BigInt to BigInt: Convert BigInt values to smaller BigInt values by dividing by a specified factor
Configurable Factor: Set a default conversion factor (10^n) in settings
Interactive Input: Prompt for conversion factor when needed
Predefined Factor: Set a predefined conversion factor in settings (optional)