Skip to content

Latest commit

 

History

History
81 lines (49 loc) · 1.85 KB

README.md

File metadata and controls

81 lines (49 loc) · 1.85 KB

Robinhood Note

Robinhood Logo

A note-taking📗 extension for Robinhood


This is a web extension developed for Robinhood, based on the WXT + React + Material-UI

🎉 Features

  • Take note on Robinhood website
  • Export note to json file
  • Import note from json file
  • UI almost the same as Robinhood

🤺 Usage

Option1: Install Release File 🍰

  1. Download the latest release file from here

  2. Unzip the file

  3. Open chrome://extensions/ in your browser, enable Developer mode, click Load unpacked, and select the chrome-mv3 folder.

Option2: Compile Source Code 🛠️

  1. Clone the repository:

    git clone https://github.com/chengxilo/robinhood-note.git
  2. Install dependencies:

    pnpm install
  3. Build the source code:

    pnpm run build
  4. Open chrome://extensions/ in your browser, enable Developer mode, click Load unpacked, and select the .output/chrome-mv3 folder in the project directory.

🧩 Screenshots

You can find it on your home page. You can choose the stock by clicking the icon on the right side.

img.png

It will also show the note on the stock detail page.

img_2.png

You can add/delete key-value pair and edit note content.

img_1.png

Click extension icon to open the popup, you can import/export your note by clicking the button.

img_1.png

🪁 Contributing

Pull requests are welcome. Feel free to...

  • 📄 Revise documentation
  • ✨ Add new features
  • 🪲 Fix bugs
  • 💡 Suggest improvements