Skip to content

Browser Extension that encodes and decodes media to and from Base 64

Notifications You must be signed in to change notification settings

phuein/Base-64-Extension

 
 

Repository files navigation

Base64 Encoder/Decoder Extension

Description

This is a modified version of the original Chrome extension. Meaningful changes will change its minor version. It modifies the following:

  • Pasting still converts immediately, but typing requires pressing Enter.
  • Removed non-text conversion options.
  • Defaults to From Base 64.
  • Clicking the conversion option button again will try to convert again.
  • Conversion will automatically copy the result to clipboard.
  • Input textbox is focused when opened.
  • Deleting the output text box will clear the local storage.

It also visually modifies the following:

  • Icons are enhanced for visibility.
  • Popup is smaller.
  • Colors are milder.
  • Text size is more comfortable.

https://github.com/dandeto/Base-64-Extension

About

Browser Extension that encodes and decodes media to and from Base 64

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.9%
  • CSS 25.9%
  • HTML 12.2%