This is a simple Chrome extension that allows you to create and manage a checklist directly from your browser. It helps you stay organized by letting you add, delete, and restore tasks easily.
- Add tasks: Quickly add new tasks to your checklist.
- Delete tasks: Remove tasks that are no longer needed.
- Restore tasks: Restore the last deleted task with a single click.
To install and use the Checklist extension:
-
Clone the repository to your local machine:
git clone https://github.com/SimpleCyber/Task-CheckList.git
-
Open Chrome and navigate to
chrome://extensions/
. -
Enable "Developer mode" by clicking the toggle switch in the top right corner.
-
Click the "Load unpacked" button and select the folder where you cloned the repository.
-
The Checklist extension should now appear in your list of installed extensions.
- Click on the Checklist extension icon in the Chrome toolbar to open the popup.
- In the popup window, you can:
- Add new tasks: Type a task in the input field at the bottom and click the "Add" button.
- Delete tasks: Click the task you want to delete from the list.
- Restore tasks: Click the ♻️ button to restore the last deleted task.
popup.html
: The HTML file for the extension's popup interface.popup.css
: The CSS file for styling the popup.popup.js
: The JavaScript file that handles the extension's functionality.
If you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are warmly welcome.
This project is licensed under the MIT License. See the LICENSE file for details.