Compression
Convert TAR archive to GZ format (requires 7zip command)
tar-to-gz-converterCompression
Convert ZIP archive to GZ format (requires 7zip command)
zip-to-gz-converterCompression
Preview contents of TAR archive without extraction
tar-previewCompression
Extract a single file from TAR archive by exact path (requires 7zip command)
tar-selective-extractCompression
Convert TAR archive to 7Z format (requires 7zip command)
tar-to-7z-converterCompression
Convert TAR archive to ZIP format (requires 7zip command)
tar-to-zip-converterCompression
Preview contents of ZIP archive without extraction
zip-previewCompression
Extract a single file from ZIP archive by exact path
zip-selective-extractCompression
Convert ZIP archive to 7Z format (requires 7zip command)
zip-to-7z-converterCompression
Convert ZIP archive to TAR format (pure JavaScript, no external dependencies)
zip-to-tar-converterConverter
Compare two JSON objects and display their differences in a readable format
pretty-json-diffFormat Conversion
Encode and decode data to/from Protocol Buffers (Protobuf) binary format
protobuf-converter