https://github.com/fayazara/imbox
A chrome extension with with disposable inboxes right inside your browser.
https://github.com/fayazara/imbox
extension-chrome javascript vue
Last synced: about 1 year ago
JSON representation
A chrome extension with with disposable inboxes right inside your browser.
- Host: GitHub
- URL: https://github.com/fayazara/imbox
- Owner: fayazara
- License: mit
- Created: 2023-05-01T12:01:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T18:25:24.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T23:41:12.329Z (over 1 year ago)
- Topics: extension-chrome, javascript, vue
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/imbox/jdbekibldobfcglhedhkpdeliiicalii
- Size: 878 KB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[
](http://supersaas.dev?ref=github-imbox)
# Imbox
A chrome extension with with disposable inboxes right inside your browser.

Imbox is built on top of https://mail.tm api, which is a free disposable email service.
## Features
1. Create disposable inboxes
2. Receive emails in realtime (when the extension is open)
You can download the extension here https://chrome.google.com/webstore/detail/imbox/jdbekibldobfcglhedhkpdeliiicalii
## Roamap
1. Delete messages
2. Create new inboxes
3. Delete inboxes
4. Mark messages as read
5. Mark messages as unread
6. Attachment support
7. Search messages
8. Make the navigation better
## Development
1. Clone the repo
2. Run `pnpm install`
3. Run `pnpm dev`
Load the folder `/extension/dev` as an unpacked extension to start using the extension.
## Build
1. Run `pnpm build`
2. Load the folder `/extension/prod` as an unpacked extension to start using the extension.