Encode-Decode
Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
什么是Encode-Decode?
Encode-Decode是由https://tylucaskelley.com开发的Chrome扩展程序,该扩展的主要功能是“Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.”。
扩展截图
下载Encode-Decode扩展crx文件
下载Encode-Decode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Great for web developers! Features include: 1. Encoding and decoding to/from: binary, octal, hexadecimal, base64, HTML, and URLs. 2. Hashing: MD5, SHA-1, SHA-3 (256 and 512 bit). 3. Error checking, so you don't try to combine "HTML" and "hash" by accident! Check out the source code on GitHub as well!
扩展基本信息
名称 | Encode-Decode |
ID | peemgjdnpckhfcppmdgijnbfoohpjafp |
官方URL | https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp |
简介 | Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3. |
文件大小 | 164 KB |
安装次数 | 979 |
当前版本 | 5.1 |
更新时间 | 2014-11-13 |
上架时间 | 2014-11-13 |
评分 | 4.38/5 共8次评分 |
开发者 | https://tylucaskelley.com |
付费类型 | free |
扩展官网 | https://github.com/tylucaskelley/encode-decode |
帮助页面URL | https://github.com/tylucaskelley/encode-decode |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Encode-Decode", "description": "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.", "version": "5.1", "icons": { "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Encode-Decode", "default_popup": "index.html" } } |