Click on the Extension icon, a popup will appear. Write the Task in the Input provided and click the Submit button. Your task has been created successfully.
Managing a Todo list outside chrome is boring so I created a chrome extension that I can edit as per my need.
Stores List of Tasks. Any Task that needs attention can be put here. This enables user to Store the List of Tasks till the user has refreshed the Tab.
Chrome API's like storage, and I used the Documentation + StackOverflow to solve the issues.
I had never made a chrome extension before. Using chrome.storage was confusing. I discovered that the Forms on submission reloads the tab, which caused to reset the list of tasks created by the user. This was corrected later.
I made a chrome extension and I will try to build more.
Building a Chrome Extension
Editing the User Interface and resolving the logical errors in using the storage API.
javascript, html5, css3, chrome
