Base 64 Encoder-Decoder
Base 64 Encoder-Decoder
What is Base 64 Encoder-Decoder?
Base 64 Encoder-Decoder is a Chrome extension developed by Bassem Abuein, and its main feature is "Base 64 Encoder-Decoder".
Extension Screenshots
Download Base 64 Encoder-Decoder Extension CRX File
Download Base 64 Encoder-Decoder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows the user to handle Base-64 encoding and decoding for String. This extension solves The "Unicode Problem" for base-64 encoding/decoding. However, other chrome extensions don't provide a solution to this problem. This extension allows the 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 extension can work offline. 2-everything saved locally. Nothing stored on a server.
Extension Basic Information
Name | Base 64 Encoder-Decoder |
ID | klgbhpehdkhacfjinfdjfjiklbmaadob |
Official URL | https://chromewebstore.google.com/detail/base-64-encoder-decoder/klgbhpehdkhacfjinfdjfjiklbmaadob |
Description | Base 64 Encoder-Decoder |
File Size | 75.68 KB |
Installation Count | 614 |
Current Version | 1.1 |
Last Updated | 2021-08-05 |
Publish Date | 2018-06-25 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Bassem Abuein |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Base 64 Encoder-Decoder", "description": "Base 64 Encoder-Decoder", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "128": "icon.png" } } |