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: about 1 year ago
JSON representation
A chrome extension to unsubscribe emails in Gmail
- Host: GitHub
- URL: https://github.com/gordalina/gmail-unsubscribe
- Owner: gordalina
- License: mit
- Created: 2020-11-03T02:56:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T06:42:40.000Z (over 2 years ago)
- Last Synced: 2025-03-27T20:21:39.542Z (about 1 year ago)
- Topics: chrome-extension, gmail, unsubscribe
- Language: TypeScript
- Homepage:
- Size: 191 KB
- Stars: 18
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Gmail Unsubscribe

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 git@github.com: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