File Name Bulk Renamer (boost-tool.com)
A free online tool to bulk rename multiple files in the browser. Supports sequential numbering and string replacement, with renamed files available for direct download.
URL Structure Checker (boost-tool.com)
A free online tool to parse a URL into its components — protocol, domain, path, query parameters, and more. Useful for URL structure verification and debugging.
Zero Padding and Alignment Tool (boost-tool.com)
A free online tool to apply zero padding to numbers or strings, aligning them to a specified digit count. Useful for formatting numeric data in CSV files or lists.
Image Cropper (www.canva.com)
A free online image cropping tool by Canva. Supports freeform cropping with multiple aspect ratios, Smart Crop for automatic composition detection, and frame-based cropping into decorative shapes like circles and hearts.
Text to List Converter (tool.muzin.org)
A tool to convert line-separated text into an HTML list using `<li>` tags. Each line is converted to a `<li>` element, wrapped in a `<ul>` tag to produce a ready-to-use HTML list.
Line Break to br/p Tag Converter (tool.muzin.org)
A tool to convert line breaks in text into HTML `<br>` or `<p>` tags. Includes an option to prevent block elements (div, h1–h6, etc.) from being wrapped in `<p>` tags, streamlining HTML conversion tasks.
HTML Tag Character Replacement Tool (tool.muzin.org)
A tool to convert HTML special characters (<, >, &) and their entity references (<, >, &) bidirectionally. Useful for escaping/unescaping HTML tags to enable or disable them.