Encrypt and decrypt some text.
This plugin supports encryption, decryption, hashing, keyed hashing (HMAC) through various algorithms.
ما هو Encrypt and decrypt some text.؟
Encrypt and decrypt some text. هو إضافة Chrome تم تطويرها بواسطة vivekprmdev، والميزة الرئيسية لها هي "This plugin supports encryption, decryption, hashing, keyed hashing (HMAC) through various algorithms.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Encrypt and decrypt some text.
قم بتنزيل ملفات الامتداد Encrypt and decrypt some text. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin can be used to encrypt, decrypt, hash text data. Different algorithms can be selected and secret key can be specified.
معلومات أساسية عن التمديد
الاسم | |
ID | mppankopeeijjkpobngemnbmepbnlgci |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/encrypt-and-decrypt-some/mppankopeeijjkpobngemnbmepbnlgci |
الوصف | This plugin supports encryption, decryption, hashing, keyed hashing (HMAC) through various algorithms. |
حجم الملف | 206 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 0.1 |
آخر تحديث | 2019-03-29 |
تاريخ النشر | 2019-03-26 |
المطور | vivekprmdev |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Encrypt and decrypt some text.", "version": "0.1", "description": "This plugin supports encryption, decryption, hashing, keyed hashing (HMAC) through various algorithms.", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |