乔木仓库

webext-core

提供浏览器扩展开发工具函数,处理跨上下文通信、代理服务和扩展运行时能力。

分类
乔木开发与部署
榜单排名
#19
GitHub Stars
8

它能做什么

中文摘要

「webext-core」来自 joeseesun/qiaomu-english-learn 的公开 SKILL.md。原文定位是:提供浏览器扩展开发工具函数,处理跨上下文通信、代理服务和扩展运行时能力。它适合开发、调试、部署网站或自动化工具。

为什么推荐

推荐理由

推荐它,是因为这是 joeseesun 仓库中可直接追溯到原始 SKILL.md 的条目,文档路径为「.agents/skills/webext-core/SKILL.md」。相比只看仓库名,原文给出了触发场景、执行边界或操作步骤,适合在需要这类能力时直接安装或作为模板改造。

什么时候用

适用场景

  • 开发、调试、部署网站或自动化工具
  • 处理 CLI、浏览器、API、服务器和 GitHub 工作流
  • 上线前做构建、冒烟、真实页面和回归验证

使用前先看

主要亮点

  • 01

    Utilities 用于 browser extensions - proxy services 用于 cross-context RPC,。

  • 02

    package.json has any @webext-core/dependency。

  • 03

    Code imports defineProxyService, flattenPromise 来自。

  • 04

    文档重点章节:When to Use、Quick Reference、Most Common Pattern。

原始文档

原文摘录

Utilities for browser extensions - proxy services for cross-context RPC, type-safe messaging, URL match patterns, fake browser for testing,