popupCrypt
popupCrypt is a small extension to encrypt text fast and secure via AES
什么是popupCrypt?
popupCrypt是由https://www.agentur-simon.de开发的Chrome扩展程序,该扩展的主要功能是“popupCrypt is a small extension to encrypt text fast and secure via AES”。
扩展截图
下载popupCrypt扩展crx文件
下载popupCrypt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
popupCrypt is a small extension and helps you to en- and decrypt text information.
The extension works without an internet connection and needs no rights.
Changelog:
0.2.1
· small bugfix
0.2
· Added context menu
· Added fast crypt/decrypt support (use ENTER / CTRL-ENTER in password field)
0.1
· First version
popupCrypt is a small side project of our web agency "Agentur Simon". We want to help our clients to en- and decrypt their sensible data like passwords, access data or similar.
Credits:
· https://code.google.com/archive/p/crypto-js/
· http://purecss.io/
· https://www.elegantthemes.com/blog/freebie-of-the-week/beautiful-flat-icons-for-free 扩展基本信息
| 名称 | |
| ID | jcbhmcpdefclddmpnmfipcojjmejhojp |
| 官方URL | https://chromewebstore.google.com/detail/popupcrypt/jcbhmcpdefclddmpnmfipcojjmejhojp |
| 简介 | popupCrypt is a small extension to encrypt text fast and secure via AES |
| 文件大小 | 22.66 KB |
| 安装次数 | 86 |
| 当前版本 | 0.2.1 |
| 更新时间 | 2016-05-31 |
| 上架时间 | 2016-05-31 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://www.agentur-simon.de |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "popupCrypt",
"manifest_version": 2,
"description": "popupCrypt is a small extension to encrypt text fast and secure via AES",
"version": "0.2.1",
"icons": {
"128": "popupCrypt128.png",
"64": "popupCrypt48.png",
"32": "popupCrypt32.png",
"16": "popupCrypt16.png"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "popupCrypt64.png",
"default_title": "popupCrypt",
"default_popup": "popupCrypt.html"
}
} | |