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 là gì?
Encode-Decode là một tiện ích mở rộng Chrome được phát triển bởi https://tylucaskelley.com, và tính năng chính của nó là "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Encode-Decode
Tải xuống các tệp mở rộng Encode-Decode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Encode-Decode |
ID | peemgjdnpckhfcppmdgijnbfoohpjafp |
URL Chính Thức | https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp |
Mô tả | Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3. |
Kích Thước Tệp | 164 KB |
Số Lần Cài Đặt | 979 |
Phiên Bản Hiện Tại | 5.1 |
Cập Nhật Lần Cuối | 2014-11-13 |
Ngày Phát Hành | 2014-11-13 |
Đánh Giá | 4.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://tylucaskelley.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tylucaskelley/encode-decode |
URL Trang Trợ Giúp | https://github.com/tylucaskelley/encode-decode |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |