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”。
擴展截圖
下載Easy Encrypt擴展crx文件
下載Easy Encrypt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easy encrypt and decrypt any message in seconds! With the possibility of selecting multiple ciphers
擴展基本資訊
名稱 | |
ID | pdpinaffkgjneengfdgoohjipndeopcn |
官方網址 | 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": [] } |