This extension lets you quickly add tasks in a Chrome popup and click to mark them done with a checkbox and a strikethrough.
- Clone the repository.
git clone https://github.com/kimrasng/todolist_chrome- Move into the cloned folder.
cd todolist_chrome- Open
chrome://extensionsin Chrome. - Enable "Developer mode" in the top-right corner.
- Click "Load unpacked" and select this project folder.
- Click the extension icon to open the popup.
- Add and remove ToDos
- Check to mark done (adds strikethrough)
- Done/total counters
- Persists data with
chrome.storage.sync# todolist_chrome