yosevu / react-content-script

An example project to build Chrome extensions using React and TypeScript. Ideal for developers looking to create efficient and modern Chrome extensions with a focus on a clean development workflow using Vite and crxjs.
202 stars 56 forks source link

Updates #4

Closed yosevu closed 2 years ago

yosevu commented 2 years ago
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;