Base64 decode & copy
Decode & copy selected Base64-encoded text in one step!
什么是Base64 decode & copy?
Base64 decode & copy是由Daniel de la Cruz开发的Chrome扩展程序,该扩展的主要功能是“Decode & copy selected Base64-encoded text in one step!”。
扩展截图
下载Base64 decode & copy扩展crx文件
下载Base64 decode & copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | llcfmnginbnmkeddkjjellcimmffjdcf |
| 官方URL | https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf |
| 简介 | Decode & copy selected Base64-encoded text in one step! |
| 文件大小 | 5.75 KB |
| 安装次数 | 3,086 |
| 当前版本 | 1.2.1 |
| 更新时间 | 2022-06-04 |
| 上架时间 | 2020-04-12 |
| 评分 | 4.83/5 共6次评分 |
| 开发者 | Daniel de la Cruz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |