chrome-ext-base
A starting point for Chrome MV3 extensions where the AI writes the code. The folder rules and automation entry points are set up on top of the assumption that you work through Claude Code or Codex, which means the structure stops drifting after the first two or three prompts.
This page is just the fork. The single table below picks your row, then you jump straight to that spot.
Where to start
Section titled “Where to start”| If you are | Go to |
|---|---|
| Not a full-time developer — first time with a terminal, with git, with installing Node | Beginner manual |
| Comfortable with frontend, first time with MV3 or CRXJS | Beginner manual, prerequisites through first-run, then Expert manual |
| Already shipped MV3 extensions | Expert manual, straight to architecture |
If none of the three rows is an obvious fit, pick the first one. The beginner manual moves one action per step, so anything that already feels familiar you can skim past.
How the two manuals differ
Section titled “How the two manuals differ”The expert manual reads as short reference. It assumes the words ADR, FSD six-layer, and adapter already feel familiar, and it stays close to the reasoning behind each decision. Six sections — intro, architecture, verification, build-and-package, distribution, and updates.
The beginner manual moves step by step. It assumes you are comfortable with the idea of an AI writing code, but maybe new to a terminal, to git, or to Node. The text walks alongside you and tells you what the screen should look like when things are right. Index plus ten steps.
Two halves of the same base, told in two paces. The tone differs but the code and commands stay the same.
What’s the same either way
Section titled “What’s the same either way”The first run finishes in console-log mode, with no outside services. No Supabase account, no server of your own. You watch the result print in the browser console, then switch the backend mode from the options page — the calling code never changes a line.
The AI entry points are 프로젝트 세팅 (one line in Claude Code) and AGENTS.md at the repo root for Codex. Both routes point at the same canonical doc, AI_AUTOMATION.md.
The license is All Rights Reserved with a commercial license model on top. Payment flow and a lawyer-reviewed COMMERCIAL-LICENSE.md are still in progress, which means actual sales wait on those two. The manual and the landing are public, so this page you are reading stays public as it is.
Once you picked your row, head straight to the Expert manual or the Beginner manual.