Base 64 encode and decode tool
Simple base 64 encode and decode tool
What is Base 64 encode and decode tool?
Base 64 encode and decode tool is a Chrome extension developed by Unknown, and its main feature is "Simple base 64 encode and decode tool".
Extension Screenshots
Download Base 64 encode and decode tool Extension CRX File
Download Base 64 encode and decode tool 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
A basic tool to convert plaint text to base64 encoded text.
Extension Basic Information
Name | Base 64 encode and decode tool |
ID | mlfhgcaofnakcomogbihkomendnaicjn |
Official URL | https://chromewebstore.google.com/detail/base-64-encode-and-decode/mlfhgcaofnakcomogbihkomendnaicjn |
Description | Simple base 64 encode and decode tool |
File Size | 647 KB |
Installation Count | 72 |
Current Version | 1.0 |
Last Updated | 2020-04-24 |
Publish Date | 2020-04-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base 64 encode and decode tool", "version": "1.0", "description": "Simple base 64 encode and decode tool", "manifest_version": 2, "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } } |