一个开源 Chrome 扩展,用于从互联网上抓取屏幕截图并使其可搜索和下载。
# 你的融洽关系(测试版)——收集、反思和协作。
Your Rapport 是一个开源数字存档平台,完全在您的浏览器中运行。它使用以 json 编写的插件来提供附加功能。该功能有助于增加灵活性,而无需引入大量自定义代码或复杂性。该产品旨在通过提供可以自动化大部分收集过程的工具来简化数字归档。
# 隐私政策
我们不收集您的数据。您的所有数据都保留在您的计算机上。请参阅我们的隐私政策,如有任何改进建议,请随时与我们联系。 https://bakerstreet.llc/your-rapport-privacy-policy/
这是一个开源项目,致力于优先考虑您的隐私。
### 入门
从 https://chromewebstore.google.com/detail/your-rapport/clkaalonjdkliiaadkgodlfbiipidjmn 安装 Chrome 扩展程序后,
“你的融洽关系”将自动准备好收集。
安装后,单击扩展选项卡中的“您的融洽关系”图钉,然后选择您要执行的操作,或者,
归档数据时有多个选项和操作可用:
* `Alt+S` 收集单个屏幕截图和深层副本,即 mhtml 文件和网页的 html 版本。
* `Alt+A` 自动滚动并收集多个屏幕截图,或停止自动滚动。
* `Alt+X` 打开仪表板,您可以在其中搜索、打印、共享或删除您的收藏。
*“Alt+Q”快速扫描会打开一个子面板,显示从实时网页提取的数据见解。
*“鼠标 - 右键单击”根据您在网页中单击的内容提供多个选项
考虑以每月 3 美元的价格支持该项目,可通过 stripe [专业许可证](https://buy.stripe.com/4gM5kDbRcgWW8d7gLedAk00) 获得。
[更改日志](https://github.com/yooper/your-rapport/wiki/Change-Log)
[维基文档](https://github.com/yooper/your-rapport/wiki)
查看 wiki 以获取更深入的信息。或者查看 github 存储库中的源代码。
# 主要特点
* 大部分免费
* 存档数千个网页、图像、文章、食谱或网络上的其他内容。
* 使用文本、标签、选择器或日期进行搜索,以过滤和深入了解您的数字档案。
* 源代码是开源的
# 技术和产品路线图
以下是用于处理收集的信息的阶段,通常称为 ETL 管道。这个工作流程是
设计为完全在 Chrome 扩展程序内运行。发现插件将事件连接到操作。例如,您可能
保存网页、MHTML 文件、图像或 JavaScript 片段,然后触发远程服务扫描以
从文本中提取人物、地点或名称,或运行 OCR 从图像中提取文本。该扩展程序收集
通过浏览器查看内容并将其存储在本地。当您选择将数据发送到远程服务时,您还可以存储
本地响应,使其成为您存档的一部分。以下是处理过程中涉及的每个阶段的细分
Chrome 扩展程序中的在线内容。
* [收集](https://github.com/yooper/your-rapport/wiki/Auto-CollectCollecting-Web-Content)
* 数字媒体内容
* [深度保存](https://github.com/yooper/your-rapport/wiki/Deep-Save)
* [自动收集](https://github.com/yooper/your-rapport/wiki/Auto-Collect)
* [音频收集](https://github.com/yooper/your-rapport/wiki/Audio-Collect)(尚不支持)
* [视频收集](https://github.com/yooper/your-rapport/wiki/Video-Collect)(尚不支持)
* [媒体类型](https://github.com/yooper/your-rapport/wiki/supported-collection-types)
* [文本类型](https://github.com/yooper/your-rapport/wiki/Text-Types)
* [图像类型](https://github.com/yooper/your-rapport/wiki/Image-Types)
* [音频类型](https://github.com/yooper/your-rapport/wiki/Audio-Types)(尚不支持)
* [视频类型](https://github.com/yooper/your-rapport/wiki/Video-Types)(尚不支持)
* [格式](https://github.com/yooper/your-rapport/wiki/Formats)
* [MHTML](https://github.com/yooper/your-rapport/wiki/MHTML)
* [HTML](https://github.com/yooper/your-rapport/wiki/HTML)
* [JSON](https://github.com/yooper/your-rapport/wiki/JSON)
* [Base64](https://github.com/yooper/your-rapport/wiki/Base64)
* [自动化](https://github.com/yooper/your-rapport/wiki/Setting-Up-And-Running-Automations)
* [批量网址输入](https://github.com/yooper/your-rapport/wiki/Your-Rapport-Bulk-Collection)
* [计划自动化](https://github.com/yooper/your-rapport/wiki/Scheduled-Automations)
* [持久化](https://github.com/yooper/your-rapport/wiki/Persistence)
* [Indexeddb](https://github.com/yooper/your-rapport/wiki/IndexedDB)(在应用程序数据库中)
* [导入](https://github.com/yooper/your-rapport/wiki/import-a-collection)
* [上传对话框](https://github.com/yooper/your-rapport/wiki/Uploading-Dialog)
* [自动同步](https://github.com/yooper/your-rapport/wiki/Auto-Sync)(尚不可用)
* [导出](https://github.com/yooper/your-rapport/wiki/exporting-and-sharing-your-collection)
* [同步到本地磁盘](https://github.com/yooper/your-rapport/wiki/Sync-to-Local-Vault)(专业版功能)
* [同步到远程源](https://github.com/yooper/your-rapport/wiki/Sync-to-Remote-Source)(通过 Discovery 插件提供)
* [导出到文件](https://github.com/yooper/your-rapport/wiki/Export-to-File)
* [更改数据捕获](https://github.com/yooper/your-rapport/wiki/Change-Data-Capture)
* [变更检测](https://github.com/yooper/your-rapport/wiki/Change-Detection)
* [审核日志记录](https://github.com/yooper/your-rapport/wiki/Audit-Logging)(尚不可用)
* [索引](https://github.com/yooper/your-rapport/wiki/Indexing)
* [搜索](https://github.com/yooper/your-rapport/wiki/Working-With-Your-Rapport-Collections-in-the-Search-Dashboard)
* [自由文本](https://github.com/yooper/your-rapport/wiki/Free-Text-Search)
* [标签](https://github.com/yooper/your-rapport/wiki/Your-Rapport-Tag-Management)
* [选择器](https://github.com/yooper/your-rapport/wiki/Your-Rapport-Selectors)
* [域名](https://github.com/yooper/your-rapport/wiki/Domains)
* [布尔运算符](https://github.com/yooper/your-rapport/wiki/Boolean-Operators)(尚不可用)
* [架构](https://github.com/yooper/your-rapport/wiki/Schemas)
* [关系](https://github.com/yooper/your-rapport/wiki/Rapport-Schema)
* [DiscoveryPlugin](https://github.com/yooper/your-rapport/wiki/DiscoveryPlugin-Schema)
* [工件](https://github.com/yooper/your-rapport/wiki/Artifact-Schema)
* [分析](https://github.com/yooper/your-rapport/wiki/Analysis)
* [合并屏幕截图](https://github.com/yooper/your-rapport/wiki/Merging-Screenshots)
* [快速扫描](https://github.com/yooper/your-rapport/wiki/Quick-Scan)
* [SQL](https://github.com/yooper/your-rapport/wiki/SQL)(尚不可用)
* [Web 应用程序集成](https://github.com/yooper/your-rapport/wiki/Web-Application-Integrations)
* [Chrome 扩展集成](https://github.com/yooper/your-rapport/wiki/Chrome-Extension-Integrations)
* [数据查看器](https://github.com/yooper/your-rapport/wiki/Data-Viewer)
* [数据完整性哈希](https://github.com/yooper/your-rapport/wiki/Data-Integrity-Hash)
* [工作流程](https://github.com/yooper/your-rapport/wiki/Workflow)
* [Api 密钥](https://github.com/yooper/your-rapport/wiki/Api-Key-Management)
* [发现插件](https://github.com/yooper/your-rapport/wiki/discovery-plugins-tutorial)
* [活动](https://github.com/yooper/your-rapport/wiki/Discovery-Plugin-Events)
* [创建](https://github.com/yooper/your-rapport/wiki/Discovery-Plugin-Create)
* [更新](https://github.com/yooper/your-rapport/wiki/Discovery-Plugin-Update)
* [删除](https://github.com/yooper/your-rapport/wiki/Discovery-Plugin-Delete)
* [操作](https://github.com/yooper/your-rapport/wiki/Discovery-Plugin-Actions)
* [创建选项卡](https://github.com/yooper/your-rapport/wiki/Create-Tab)
* [提交表格](https://github.com/yooper/your-rapport/wiki/Submit-Form)
* [前景运行器](https://github.com/yooper/your-rapport/wiki/Foreground-Runner)
* [背景运行器](https://github.com/yooper/your-rapport/wiki/Background-Runner)
* [案例管理](https://github.com/yooper/your-rapport/wiki/Case-Management)(尚不可用)
* [创建](https://github.com/yooper/your-rapport/wiki/Case-Create)
* [更新](https://github.com/yooper/your-rapport/wiki/Case-Update)
* [删除](https://github.com/yooper/your-rapport/wiki/Case-Delete)
* [报告](https://github.com/yooper/your-rapport/wiki/Reporting)
* [基本报告](https://github.com/yooper/your-rapport/wiki/Basic-Reports)
* [仪表板报告](https://github.com/yooper/your-rapport/wiki/Dashboard-Reports)(尚不可用)
* [简化导出](https://github.com/yooper/your-rapport/wiki/Simplified-Export-For-AI-Tools)(适用于 AI 工具)
Your Rapport 是一个开源工具,可实现以下方面的最佳实践:
保护您的隐私并存档在线内容。您可以轻松导入、导出或打印屏幕截图
你的收藏。您的 Rapport 可以免费使用,但有一些专业功能需要付费,例如本地同步
或收集数据时的高级变化检测算法。这使我们能够继续开发和支持该产品。
Your Rapport 是一个开源商业工具,原因如下:
* 软件工作方式和数据去向的透明度对我们所有人来说都是一个重要的安全和隐私问题
* 商业工具是支持开发一套标准开源工具的唯一可行方法,可用于在线研究或存档
* 采用私有化软件即服务方法,无需额外开销,从而降低基础设施成本
* 根据社区反馈实施最佳实践
* 提供多种格式的数据并方便传输到不同地点
* Pro 许可证的目标价格可以设置为每月 3 美元,支持我们[此处](https://buy.stripe.com/4gM5kDbRcgWW8d7gLedAk00)





