inboxy continues to be available for Chrome and Firefox, but the extension is no longer actively maintained.
Critical updates that affect the core functionality of the extension (i.e. bundling) will still be made, as needed. Issues and pull requests will not be actively monitored.
inboxy is a browser extension that bundles together your email messages and makes it easier to manage your inbox.
Available for Chrome and Firefox.
For more info, visit https://www.inboxymail.com.
inboxy uses webpack to bundle js files:
# Install dependencies
npm install
# Build with webpack to create dist/content.js
npm run build
The dist
directory can then be loaded as an unpacked extension.
Feel free to send feedback by filing an issue.