Decode64
A chrome extension to encode and decode base64 strings
什么是Decode64?
Decode64是由Baris开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension to encode and decode base64 strings”。
扩展截图
下载Decode64扩展crx文件
下载Decode64扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | negeochodnalfpdkinmdlpcchefbjoif |
| 官方URL | https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif |
| 简介 | A chrome extension to encode and decode base64 strings |
| 文件大小 | 109 KB |
| 安装次数 | 37 |
| 当前版本 | 2.0.0 |
| 更新时间 | 2023-02-01 |
| 上架时间 | 2021-04-21 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Baris |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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": []
}
]
} | |