Skip to content

Files

Latest commit

1c6d525 · · Feb 12, 2026

History

History
23 lines (20 loc) · 712 Bytes

File metadata and controls

23 lines (20 loc) · 712 Bytes

ToDo List Chrome Extension

This extension lets you quickly add tasks in a Chrome popup and click to mark them done with a checkbox and a strikethrough.

Installation (from git clone)

  1. Clone the repository.
git clone https://github.com/kimrasng/todolist_chrome
  1. Move into the cloned folder.
cd todolist_chrome
  1. Open chrome://extensions in Chrome.
  2. Enable "Developer mode" in the top-right corner.
  3. Click "Load unpacked" and select this project folder.
  4. Click the extension icon to open the popup.

Features

  • Add and remove ToDos
  • Check to mark done (adds strikethrough)
  • Done/total counters
  • Persists data with chrome.storage.sync# todolist_chrome