1 个仓库
Filesystems that map the state and elements of a web browser's runtime to a directory structure.
Distinct from Virtual Filesystems: No candidate covers the specific mapping of browser tabs/DOM elements to a virtual filesystem; existing ones are for remote hubs or general storage.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Browser Runtime Virtual Filesystems. Refine with filters or upvote what's useful.
TabFS 是一个浏览器自动化工具和虚拟文件系统,将浏览器标签页和页面元素映射为文件。它提供了一个基于 FUSE 的桥接器,允许外部脚本和工具通过标准文件系统操作与浏览器的 JavaScript 运行时进行交互。 该系统通过读写合成文件,实现 JavaScript 表达式的执行和 DOM 元素的操作。用户可以使用文件管理器或 shell 控制标签页状态、创建新标签页,并检查 URL 和标题等元数据。 该项目涵盖了浏览器自动化功能,包括访问页面输入字段和提取页面资源。它还支持浏览器扩展开发,允许通过 shell 脚本重新加载扩展。
Maps browser tabs and page elements to a virtual filesystem for management via standard shell operations.