This extension provides a simple notepad to access while browsing the web without switching tabs or applications.
- Download the extension files (service-worker.js, popup.js, and popup.html).
- In Chrome, go to
chrome://extensions/. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the downloaded folder.
- Click on the extension icon in the Chrome toolbar (it might look like a puzzle piece initially).
- A small notepad window will appear.
- Type your notes directly in the window.
- Any notes you write will be saved automatically.
- Click anywhere outside the popup window to close it.
Note:
- This extension uses Chrome's local storage to save your notes. These notes will be cleared if you clear your browsing data or remove the extension.
TODO: Make Notes Downloadable.