awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesBrowser Runtime Virtual Filesystems

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.

Awesome Browser Runtime Virtual Filesystems GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • osnr/tabfsosnr 的头像

    osnr/TabFS

    3,930在 GitHub 上查看↗

    TabFS 是一个浏览器自动化工具和虚拟文件系统,将浏览器标签页和页面元素映射为文件。它提供了一个基于 FUSE 的桥接器,允许外部脚本和工具通过标准文件系统操作与浏览器的 JavaScript 运行时进行交互。 该系统通过读写合成文件,实现 JavaScript 表达式的执行和 DOM 元素的操作。用户可以使用文件管理器或 shell 控制标签页状态、创建新标签页,并检查 URL 和标题等元数据。 该项目涵盖了浏览器自动化功能,包括访问页面输入字段和提取页面资源。它还支持浏览器扩展开发,允许通过 shell 脚本重新加载扩展。

    Maps browser tabs and page elements to a virtual filesystem for management via standard shell operations.

    JavaScript
    在 GitHub 上查看↗3,930
  1. Home
  2. Operating Systems & Systems Programming
  3. Browser Runtime Virtual Filesystems