Skip to content

AJV009/ticktick-extension

Repository files navigation

TickTick Page Saver

Chrome extension that saves the current tab as a TickTick task. Title = page title, description = page URL, sent to a project you pick once.

Features

  • 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, or twitter:title when link text isn't available
  • The context menu label updates to "Send to <project name>" when you change projects

Setup

  1. Clone this repo and copy config.js.sample to config.js
  2. Create an app at https://developer.ticktick.com/manage
  3. Set the redirect URI to https://<extension-id>.chromiumapp.org/
  4. Paste your CLIENT_ID and CLIENT_SECRET into config.js
  5. Load the extension unpacked at chrome://extensions (Developer mode on)
  6. Note the extension ID, update the redirect URI in step 3 if needed
  7. Click the extension icon, connect your TickTick account, pick a project — done

About

Chrome extension that saves the current tab as a TickTick task with one click

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors