This is a web extension developed for Robinhood, based on the WXT + React + Material-UI
- Take note on Robinhood website
- Export note to json file
- Import note from json file
- UI almost the same as Robinhood
-
Download the latest release file from here
-
Unzip the file
-
Open
chrome://extensions/
in your browser, enableDeveloper mode
, clickLoad unpacked
, and select thechrome-mv3
folder.
-
Clone the repository:
git clone https://github.com/chengxilo/robinhood-note.git
-
Install dependencies:
pnpm install
-
Build the source code:
pnpm run build
-
Open
chrome://extensions/
in your browser, enableDeveloper mode
, clickLoad unpacked
, and select the.output/chrome-mv3
folder in the project directory.
You can find it on your home page. You can choose the stock by clicking the icon on the right side.
It will also show the note on the stock detail page.
You can add/delete key-value pair and edit note content.
Click extension icon to open the popup, you can import/export your note by clicking the button.
Pull requests are welcome. Feel free to...
- 📄 Revise documentation
- ✨ Add new features
- 🪲 Fix bugs
- 💡 Suggest improvements