wxt-dev / examples
Collection of examples showing you how to use WXT to implement things in web extensions.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing wxt-dev/examples in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewWXT Examples Examples are available in the directory. To download and run a specific example locally: Then follow the directions in the example's README to run it. Contributing Examples Want to create an example? Please do! Keep in mind that examples should be minimal, well documented, and easy to read. The README should contain basic information about starting the extension, and any addition information about what the example actually does. The README needs to contain frontmatter, which is used to generate the file. This file's raw contents is used by https://wxt.dev to create a nice example search UI. Before merging your PR, please update the file by running the below command: Review that the changes to the file look good, and you're good to merge :+1: