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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tylucaskelley.com และคุณลักษณะหลักของมันคือ "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Encode-Decode
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |