Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
什么是Base64 Encoder and Decoder?
Base64 Encoder and Decoder是由https://www.linkwebbie.com开发的Chrome扩展程序,该扩展的主要功能是“Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.”。
扩展截图
下载Base64 Encoder and Decoder扩展crx文件
下载Base64 Encoder and Decoder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
扩展基本信息
名称 | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
官方URL | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
简介 | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
文件大小 | 64 KB |
安装次数 | 3,928 |
当前版本 | 1.5.2 |
更新时间 | 2022-10-18 |
上架时间 | 2018-08-01 |
评分 | 4.67/5 共3次评分 |
开发者 | https://www.linkwebbie.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.linkwebbie.com |
隐私政策页面URL | https://www.linkwebbie.com/legal/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |