Find yourself writing post-it notes or needing other apps to take notes when you're browsing in Chrome? Then the Notes for Chrome extension is for you! This extension enables users to save, browse, edit, and delete notes from within the browser. Notes are sorted by creation date and are filterable by URL. Plus, your notes are synced! Just sign in with the same Chrome profile across your devices, and you'll see them appear.
- Node & NPM installed
- Chrome ≥ v88 installed
- Notes for Chrome cloned locally to filesystem
- Clone git repository and navigate to the created directory.
- Install dependencies with
npm install
. - Build project with
npm run build
. - Navigate to address
chrome://extensions/
in Chrome. - Ensure
developer mode
is enabled. - Click
load unpacked
and open~/youPathToChromeNotes/ChromeNotes/dist
. - Notes for Chrome is now enabled as an extension in your Chrome browser. Enjoy!
View the prototype design on Figma!