Decode64
A chrome extension to encode and decode base64 strings
What is Decode64?
Decode64 is a Chrome extension developed by Baris, and its main feature is "A chrome extension to encode and decode base64 strings".
Extension Screenshots
Download Decode64 Extension CRX File
Download Decode64 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 you to encode and decide any given string from and to base64. Features: - Encode String - Decode Base64 String - Ability to encode a string twice - Ability to decode a string that's been encoded twice - Darkmode
Extension Basic Information
Name | Decode64 |
ID | negeochodnalfpdkinmdlpcchefbjoif |
Official URL | https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif |
Description | A chrome extension to encode and decode base64 strings |
File Size | 109 KB |
Installation Count | 37 |
Current Version | 2.0.0 |
Last Updated | 2023-02-01 |
Publish Date | 2021-04-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Baris |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension to encode and decode base64 strings", "version": "2.0.0", "manifest_version": 3, "name": "Decode64", "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |