文件名称:erinome:使用本地 gpg 安装在浏览器中使用 PGP 的 Chrome 扩展
文件大小:43KB
文件格式:ZIP
更新时间:2024-07-19 00:15:12
JavaScript
erinome 使用本地 gpg 安装在浏览器中使用 PGP 的 Chrome 扩展程序。 必须与本机应用程序。 给开发者的说明 $ git clone https://github.com/Ralt/erinome.git $ cd erinome/ $ npm install $ make debug 然后加载扩展程序并破解! 通讯 因为我需要理清头绪。 该扩展由 4 个部分组成: 后台脚本 content_scripts 脚本(一个用于 miou,一个用于 gmail 等) 弹出脚本 原生应用 以下是每个场景中的通信: Miaou 用户给我留言: content_script -> 背景 -> 本机 -> 背景(如果弹出窗口未打开,则存储消息供以后检索)-> 弹出窗口 我想发送加密消息: 弹出窗口 -> 背景 -> 本机 -> 背景 -> content_script
【文件预览】:
erinome-master
----package.json(613B)
----LICENSE(1KB)
----extension()
--------imports()
--------assets()
--------popup.html(2KB)
--------manifest.json(753B)
----src()
--------background()
--------gmail()
--------lib()
--------miaou()
--------popup()
----.gitignore(116B)
----Makefile(1KB)
----README.md(3KB)