Base64 encoder & decoder
Encode text into base64 and base64 into text
什么是Base64 encoder & decoder?
Base64 encoder & decoder是由Developer64开发的Chrome扩展程序,该扩展的主要功能是“Encode text into base64 and base64 into text”。
扩展截图
下载Base64 encoder & decoder扩展crx文件
下载Base64 encoder & decoder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Encode some text into base64 in your browser ! Easy and fast.
You can encode text into base64 and base64 into text.
Just in your browser. 扩展基本信息
| 名称 | |
| ID | jiklnlhpmjoonfenfeebmmgbkmlmfcjk |
| 官方URL | https://chromewebstore.google.com/detail/base64-encoder-decoder/jiklnlhpmjoonfenfeebmmgbkmlmfcjk |
| 简介 | Encode text into base64 and base64 into text |
| 文件大小 | 6.63 KB |
| 安装次数 | 27 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-11-02 |
| 上架时间 | 2018-11-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Developer64 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sites.google.com/view/mineblock-app |
| 帮助页面URL | https://sites.google.com/view/mineblock-app/help |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Base64 encoder & decoder",
"version": "1.0",
"description": "Encode text into base64 and base64 into text",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"permissions": [
"activeTab"
]
} | |