Easy Encrypt

Encrypt and Decrypt a message using different Cyphers powered by crypto-js

什么是Easy Encrypt?

Easy Encrypt是由emanuel.suriano开发的Chrome扩展程序,该扩展的主要功能是“Encrypt and Decrypt a message using different Cyphers powered by crypto-js”。

扩展截图

screenshot

下载Easy Encrypt扩展crx文件

下载Easy Encrypt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easy encrypt and decrypt any message in seconds! With the possibility of selecting multiple ciphers                    

扩展基本信息

名称 Easy Encrypt Easy Encrypt
ID pdpinaffkgjneengfdgoohjipndeopcn
官方URL https://chrome.google.com/webstore/detail/easy-encrypt/pdpinaffkgjneengfdgoohjipndeopcn
简介 Encrypt and Decrypt a message using different Cyphers powered by crypto-js
文件大小 973 KB
安装次数 34
当前版本 1.0.2
更新时间 2020-03-12
上架时间 2020-03-12
评分 5.00/5 共1次评分
开发者 emanuel.suriano
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/EmaSuriano/chrome-easy-decrypt
帮助页面URL https://github.com/EmaSuriano/chrome-easy-decrypt/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Encrypt",
    "description": "Encrypt and Decrypt a message using different Cyphers powered by crypto-js",
    "version": "1.0.2",
    "icons": {
        "16": "key.png",
        "48": "key.png",
        "128": "key.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": []
}