Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gordalina/gmail-unsubscribe

A chrome extension to unsubscribe emails in Gmail
https://github.com/gordalina/gmail-unsubscribe

chrome-extension gmail unsubscribe

Last synced: 4 months ago
JSON representation

A chrome extension to unsubscribe emails in Gmail

Awesome Lists containing this project

README

        

# Gmail Unsubscribe

![](src/icons/icon-128.png)

Unsubscribes from a mailing list by pressing `Command + U` (Mac) or `Alt + U` (Windows/Linux) on a open email in Gmail.

It's possible to re-bind the shorcut by visiting [chrome://extensions/shortcuts](chrome://extensions/shortcuts).

## Installation

- [Download in Chrome Web Store](https://chrome.google.com/webstore/detail/gmail-unsubscribe/gkakfbcilfllnomafmgaekkhcmogalah)

## Development

1. Clone this repository

```sh
git clone [email protected]:gordalina/gmail-unsubscribe.git
```

1. Run `yarn` to install dependencies.
1. Run `yarn start`
1. Load your extension on Chrome following:
1. Access `chrome://extensions/`
1. Check `Developer mode`
1. Click on `Load unpacked extension`
1. Select the `build` folder.
1. Happy hacking.

## Packaging extension

1. Run `yarn package`
2. Run `yarn version <--major|--minor|--patch>`

## Credits

Thanks to @maaaayoo for the logo