Chrome extension that saves the current tab as a TickTick task. Title = page title, description = page URL, sent to a project you pick once.
- Popup: Click the extension icon to save the current page as a task
- Right-click menu: Right-click anywhere on a page or on a link to send it to TickTick
- Page: task title = page title, task content = page URL
- Link: task title = link text, task content = link URL
- Redirect resolution: Links from newsletters (Mailchimp, Substack, etc.) are automatically resolved through redirect chains to the final destination URL
- Smart title extraction: Falls back to the destination page's
<title>,og:title, ortwitter:titlewhen link text isn't available - The context menu label updates to "Send to <project name>" when you change projects
- Clone this repo and copy
config.js.sampletoconfig.js - Create an app at https://developer.ticktick.com/manage
- Set the redirect URI to
https://<extension-id>.chromiumapp.org/ - Paste your
CLIENT_IDandCLIENT_SECRETintoconfig.js - Load the extension unpacked at
chrome://extensions(Developer mode on) - Note the extension ID, update the redirect URI in step 3 if needed
- Click the extension icon, connect your TickTick account, pick a project — done