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 |
官方網址 | 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" } } |