Chrome extension for quickly creating temporary email addresses.
Right-click any text field and choose one of the providers from the list.
Install it from Chrome Web Store
To add an email provider, look at the existing examples.
- Copy
src/js/providers/10minutemail
tosrc/js/providers/foobar
- Edit
index.js
andcontent.js
forfoobar
- In
src/js/providers/index.js
, import and export thefoobar
module - In
manifest.json
, addfoobar
tocontent_scripts
andpermissions
- In
webpack.config.babel.js
, addfoobar
toentry
See the project issues.