base64 decoder
Easily en- and decode any text to/from base64 right in your browser!
What is base64 decoder?
base64 decoder is a Chrome extension developed by WeeklyMeat, and its main feature is "Easily en- and decode any text to/from base64 right in your browser!".
Extension Screenshots
Download base64 decoder Extension CRX File
Download base64 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 extenstion helps people quickly en- and decode text right within their browser. It offers a live preview and a button to copy it. It was a small side project of me to understand chrome extensions. The focus lied on good usability and design. I hope this extension can help anyone in anyway.
Extension Basic Information
Name | base64 decoder |
ID | dddmeikdhjlegajibedepmbjmiigmiec |
Official URL | https://chromewebstore.google.com/detail/base64-decoder/dddmeikdhjlegajibedepmbjmiigmiec |
Description | Easily en- and decode any text to/from base64 right in your browser! |
File Size | 59.94 KB |
Installation Count | 396 |
Current Version | 1.0.0 |
Last Updated | 2020-10-26 |
Publish Date | 2020-10-25 |
Rating | 5.00/5 Total 7 Ratings |
Developer | WeeklyMeat |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/WeeklyMeat/chrome_base64_en-decoder |
Help Page URL | https://www.paypal.com/paypalme/weeklymeat |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "base64 decoder", "description": "Easily en- and decode any text to\/from base64 right in your browser!", "version": "1.0.0", "icons": { "256": "icon_256.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |