Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 2.23 KB

File metadata and controls

52 lines (40 loc) · 2.23 KB

🚀 NEPSE Quick View - Chrome Extension

NEPSE Quick View is a lightweight Chrome extension that provides updates on the Nepal Stock Exchange (NEPSE). It includes a quick view of top gainers, top losers, and an overview of market trends (positive, negative, and unchanged stock counts). Additionally, users can set target buy and sell prices for their selected stocks.

📖 Story Behind the Creation

Tracking NEPSE stock movements in real time can be tedious. This extension simplifies the process by giving traders a quick and efficient way to monitor stock trends and make informed decisions directly from their browser.

✨ Features

  • 📈 View top gainers and top losers in real time.
  • 📊 Get an overview of the market with positive, negative, and unchanged stock counts.
  • 🎯 Set your own target prices for buying and selling stocks.
  • 🔄 Auto-refresh feature can be developed to keep data updated.

⚡ Installation

Clone the Repository

git clone https://github.com/utdevnp/nepse-quick.git 

Load the Extension in Chrome

  1. Open Google Chrome and go to chrome://extensions/
  2. Enable Developer mode (toggle switch in the top right corner).
  3. Click Load unpacked.
  4. Select the cloned repository folder.
  5. Your extension is now installed! 🎉

🚀 Usage

  • Click on the extension icon in the Chrome toolbar to open the NEPSE Quick View panel.
  • View the top gainers, top losers, and market summary.
  • Set target buy/sell prices for stocks you’re tracking.

🔧 Permissions

This extension requires:

  • activeTab - To display real-time stock updates.
  • storage - To save user-defined stock targets.

🤝 Contribution

Want to contribute? Follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-name)
  3. Commit your changes (git commit -m 'Added feature')
  4. Push to the branch (git push origin feature-name)
  5. Open a Pull Request

🛠 Troubleshooting

  • If the extension does not load properly, make sure to enable Developer Mode in chrome://extensions/.
  • If data is not updating, try refreshing the extension by reloading it from the Extensions page.

📜 License

MIT License