Encrypt and decrypt some text.
This plugin supports encryption, decryption, hashing, keyed hashing (HMAC) through various algorithms.
Encrypt and decrypt some text. là gì?
Encrypt and decrypt some text. là một tiện ích mở rộng Chrome được phát triển bởi vivekprmdev, và tính năng chính của nó là "This plugin supports encryption, decryption, hashing, keyed hashing (HMAC) through various algorithms.".
Ả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 Encrypt and decrypt some text.
Tải xuống các tệp mở rộng Encrypt and decrypt some text. 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
This plugin can be used to encrypt, decrypt, hash text data. Different algorithms can be selected and secret key can be specified.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mppankopeeijjkpobngemnbmepbnlgci |
URL Chính Thức | https://chrome.google.com/webstore/detail/encrypt-and-decrypt-some/mppankopeeijjkpobngemnbmepbnlgci |
Mô tả | This plugin supports encryption, decryption, hashing, keyed hashing (HMAC) through various algorithms. |
Kích Thước Tệp | 206 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2019-03-29 |
Ngày Phát Hành | 2019-03-26 |
Nhà Phát Triển | vivekprmdev |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |