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.
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.
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.