Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
64bitpandas committed Jul 30, 2020
1 parent 507549a commit 74ac96c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
File renamed without changes.
31 changes: 18 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
<p align="center">
<img width="650" src="https://github.com/teresa-ou/inboxy/blob/master/images/inboxy-illustration.png" alt="Illustration of inboxy">
<img width="650" src="images/inboxier.png" alt="Illustration of inboxier">
</p>

# inboxy: Google Inbox-style bundles for Gmail
# Inboxier: a true Google Inbox replacement for Gmail

inboxy is a browser extension that bundles together your email messages and makes it easier to manage
your inbox.

Available for [Chrome](https://chrome.google.com/webstore/detail/inboxy-inbox-bundles-for/clahkkinbdcdnogkkgmacmiknnamahha)
and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/inboxy-inbox-bundles-for-gmail/).
Inboxier is a fork of [inboxy](https://github.com/teresa-ou/inboxy) with **90% more Inboxiness!!** Responsive bundles are back with the clean Inbox style!

## Features

* Messages with the same label are bundled together in your inbox
* Archive all bundled messages on the current page quickly
* Star a message to pin it outside of its bundle
* Intuitive date headings
* Supports light and dark themes
* ~~Supports light and dark themes~~ no dark theme yet, sorry :(

## Installation

Inboxier is currently not listed on the Chrome/Firefox stores (but may be soon!)! If you would like to try it out for yourself, follow these instructions:

For more info, visit https://www.inboxymail.com.
1. [Download this repository](https://github.com/64bitpandas/inboxy/archive/master.zip) or clone it using `git clone https://github.com/64bitpandas/inboxy`.
2. Unpack the repository to a convenient location (if applicable).
3. Head over to `chrome://extensions` and enable Developer Mode.
4. Click 'Load Unpacked' and select the folder `dist` inside the repository.
5. Enjoy!

## Setup

Expand All @@ -34,15 +38,16 @@ npm run build

The `dist` directory can then be loaded as an [unpacked extension](https://developer.chrome.com/extensions/getstarted).

## Feedback
## Acknowledgements

Feel free to [send feedback](https://github.com/teresa-ou/inboxy/issues) by filing an issue.
**Inboxier could not have been done without the original project, [inboxy](https://github.com/teresa-ou/inboxy). Many thanks for making such a solid bundling script!**

## Acknowledgements
**In addition, the base Inbox stylesheet was imported from [Inbox Reborn](https://github.com/team-inbox/inbox-reborn/blob/master/src/style.css).** I've been using their extension ever since Inbox got discontinued, but unfortunately I was never satisfied with their bundle handling.

### Original inboxy credits:
* [material.io](https://material.io/resources/icons/): Icons in [dist/assets/](https://github.com/teresa-ou/inboxy/tree/master/dist/assets/), [dist/options/assets/](https://github.com/teresa-ou/inboxy/tree/master/dist/options/assets/), and [dist/popup/assets/](https://github.com/teresa-ou/inboxy/tree/master/dist/popup/assets/) are modified versions of icons from material.io. The original material.io icons are licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).
* [Nova](https://www.streamlineicons.com/nova/index.html): The inboxy logo is modified from a Nova icon.

## License

[GPL](https://github.com/teresa-ou/inboxy/blob/master/COPYING), Copyright (C) 2020 [Teresa Ou](https://github.com/teresa-ou)
[GPL](/LICENSE), Copyright (C) 2020 [Ben Cuan](https://bencuan.me) with original attribution to [Teresa Ou](https://github.com/teresa-ou)
Binary file added images/inboxier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 74ac96c

Please sign in to comment.