This is a tiny extension to send the URL of the active tab to Things3.
It will add the title of the current page as title for the task and put the URL in the notes.
- Things3 installed on your machine
As I'm not affiliated with culturedcode I won't publish this extension to the store. This means you will have to add it yourself.
- Clone the repository
yarn install
yarn build
- Load unpacked extension into Chrome
Click the link for a guide on how to add it
After installing, you can either click the extension icon or use the shortcut key Option+P
.
This will automatically open Things3 and prefill the new task with the data.
For every domain you do this, Chrome will ask you if you want to authorize the page to make this action.
Inspired by kristofferR/add-to-things-3 (MV2 extension)
Feel free to open PRs or raise issues!