Base64 Encoder/Decoder
Overview
Encodes and decodes media to and from Base64.
Base64 Encoder/Decoder Extension
Description
This is a tool that encodes and decodes media to and from Base64. It was created to help developers who want to use Base64 data strings instead of image or audio files, but the user interface is simple enough for anyone to use. Don’t worry! This also supports encoding and decoding text strings. It is much faster and more convenient to use this extension rather than uploading your local files to a server for processing.
Please note
- This project is limited to converting media supported by the Base64 standard
- Large files will take several seconds to process
- This extension stores data in the following way:
- It saves the last entered base64 string so the user does not need to
re-enter it when the extension opens back up - The string is stored on the user’s computer using the
chrome.storage API
- It saves the last entered base64 string so the user does not need to
Features Overview
- Select a file from your computer and encode it to a Base 64 string
- Previews supported files
- Convert a Base 64 string to the correct file type
- Download the file in any format
Supported File Types
This extension supports converting the following file types (several examples listed):
- Images
- png
- jpeg
- gif
- bmp
- tiff (can’t be displayed)
- ico
- svg
- Audio
- mpeg (mp3)
- ogg
- wav
- Text
- txt
- html
- css
- js
- py
- cpp
- java
Features in Depth:
– Can select file from computer
– Auto detects file type and converts
– Converts to image/audio/text
– Auto detects Base64 header and inserts correct one if lacking
– Clean look
– Simple user interface
