As a tester or developer, using unique emails is tedious and isn't perfect. The AliasIpsum extension giving access to a unique, timstamp based aliased email that updates each second, so there is nearly 0 chance that the email copied is not unique.
Download the browser extension for free in the Chrome Web Store
QuickLorem.dev started out as a superfast lorem ipsum Generator
This tool is focused on getting lorem text copied to the clipboard faster than other tools. Lets focus on getting the data that matters copied quickly.
- Length of content
- Formats
- String[]
- Number[]
- Json
- Aliased Emails
Requirements
- OS: macOS or Linux
- Node.js: See
.nvmrcfor exact version - npm: Included with Node.js
Steps
- Install dependencies:
npm install
- Build the extension:
This runs
npm run build:extension
extensionReqs/build.shto generate the extension. - Load the unpacked extension from the generated
extension/directory.
The browser extension is a limited version of the website served when running npm run dev.
Visit the /extension page when running the site locally.