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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |