Base64 decode & copy
Decode & copy selected Base64-encoded text in one step!
What is Base64 decode & copy?
Base64 decode & copy is a Chrome extension developed by Daniel de la Cruz, and its main feature is "Decode & copy selected Base64-encoded text in one step!".
Extension Screenshots
Download Base64 decode & copy Extension CRX File
Download Base64 decode & copy 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
Adds a "Base64 decode selection" menu item to the context menu, enabling you to conveniently decode and copy Base64 text to your clipboard in one action.
Usage instructions:
1. In your browser window, select the Base64-encoded text you would like to decode.
2. Right-Click and select "Base64 decode selection".
3. A confirmation box will appear. If successful, the decoded text will be displayed in the confirmation box and copied to your clipboard to be pasted where needed. Extension Basic Information
| Name | |
| ID | llcfmnginbnmkeddkjjellcimmffjdcf |
| Official URL | https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf |
| Description | Decode & copy selected Base64-encoded text in one step! |
| File Size | 5.75 KB |
| Installation Count | 3,086 |
| Current Version | 1.2.1 |
| Last Updated | 2022-06-04 |
| Publish Date | 2020-04-12 |
| Rating | 4.83/5 Total 6 Ratings |
| Developer | Daniel de la Cruz |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Base64 decode & copy",
"version": "1.2.1",
"manifest_version": 3,
"description": "Decode & copy selected Base64-encoded text in one step!",
"author": "Daniel de la Cruz",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"permissions": [
"contextMenus",
"activeTab",
"clipboardWrite",
"scripting"
],
"background": {
"service_worker": "script.js"
}
} | |