Base 64 Encoder-DecoderThis extention allows the user to handle Base-64 encoding and decoding for String.
This extention solve The "Unicode Problem" for base-64 encoding/decoding. However,other chrome extentions don't provide a solution for this problem.
This extention allows user to save encoded or decode value for future reference at your local chrome storage.Additionally, you can remove the encoded or decoded value from the saved list.
Remember,
1-This extention can work offline.
2-everything is saved locally. Nothing is stored on server.