Chrome extension for generating randomized, human readable strings for naming test data.
To use locally:
- Install workspace dependencies with
pnpm install
at the root - Run the extension locally with
pnpm dev
. - Navigate to
chrome://extensions
in the browser - Click "Load Unpacked", then select the
dist
directory of this workspace.
Built using https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite