Skip to content

NellyWhads/inline-base64-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inline Base64 Tools Chrome Extension

A fairly simple. context menu based extension to encode/decode base64 strings.

Features

  • Encodes/decodes strings inline with content - no site searching required
  • Formats links to be clickable
  • Option to automatically copy encoded/decoded text to clipboard
  • Option to automatically attempt decode on text selection (without having to use context menu)
  • Recursively decodes Base64 strings which have been encoded more than once

Screenshots

Context Menu Screenshot

How to install

Visit the Chrome Webstore for the latest published version of the extension. Google Chrome, Microsoft Edge, and Mozilla Firefox are all supported. The latest, unpacked version of the extension can also be downloaded from the Releases page.

How to use

  1. Install the extension, as above
  2. You may need to refresh the target webpage
  3. Select text to encode/decode
  4. Right click -> Inline Base64 Tools -> Encode/Decode
  5. Right click -> Inline Base64 Tools -> Set preferences as you please

Thanks/Shoutouts

  • /u/3xbun for the recursive decoding snippet