Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
What is Base64 Encoder and Decoder?
Base64 Encoder and Decoder is a Chrome extension developed by https://www.linkwebbie.com, and its main feature is "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".
Extension Screenshots
Download Base64 Encoder and Decoder Extension CRX File
Download Base64 Encoder and 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
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
Extension Basic Information
Name | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
Official URL | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Description | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
File Size | 64 KB |
Installation Count | 3,928 |
Current Version | 1.5.2 |
Last Updated | 2022-10-18 |
Publish Date | 2018-08-01 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://www.linkwebbie.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.linkwebbie.com |
Privacy Policy Page URL | https://www.linkwebbie.com/legal/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |