Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gordalina/gmail-unsubscribe
- Owner: gordalina
- License: mit
- Created: 2020-11-03T02:56:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T06:42:40.000Z (about 1 year ago)
- Last Synced: 2024-05-01T21:23:50.335Z (9 months ago)
- Topics: chrome-extension, gmail, unsubscribe
- Language: TypeScript
- Homepage:
- Size: 191 KB
- Stars: 15
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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