https://github.com/tschoffelen/todo-chrome-extensions
📩 Chrome extension to quickly add Gmail conversations as tasks in Things & OmniFocus.
https://github.com/tschoffelen/todo-chrome-extensions
chrome-extension gmail omnifocus things things3
Last synced: about 1 month ago
JSON representation
📩 Chrome extension to quickly add Gmail conversations as tasks in Things & OmniFocus.
- Host: GitHub
- URL: https://github.com/tschoffelen/todo-chrome-extensions
- Owner: tschoffelen
- Created: 2017-10-08T19:00:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T19:49:11.000Z (about 1 year ago)
- Last Synced: 2024-11-26T09:12:02.775Z (6 months ago)
- Topics: chrome-extension, gmail, omnifocus, things, things3
- Language: JavaScript
- Homepage:
- Size: 2.06 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task management extensions for Google Chrome
Several Chrome extensions to help improve your productivity.
## Install the extensions
- [🔖 Add to OmniFocus for Gmail](https://chrome.google.com/webstore/detail/add-to-omnifocus-for-gmail/ihgdbplidfgbloomplhlgncccbnpfdpm)
- [🔖 Add to Things for Gmail](https://chromewebstore.google.com/detail/add-to-things-for-gmail/mkpapmkjeddhenbmhdihdiiijgckifln)## Local development
Use `yarn` to get started.
You can build ZIP files by running `yarn build` in the root directory, or in each of the individual packages.
There is a `yarn dev` to auto rebuild as you develop.
## Deployment
New versions are automatically released to the Chrome Web Store via GitHub Actions.
Create a new version by running:
```shell
npm version minor
git push --tags
```