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.
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.
- 📈 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.
git clone https://github.com/utdevnp/nepse-quick.git
- Open Google Chrome and go to
chrome://extensions/
- Enable Developer mode (toggle switch in the top right corner).
- Click Load unpacked.
- Select the cloned repository folder.
- Your extension is now installed! 🎉
- 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.
This extension requires:
activeTab
- To display real-time stock updates.storage
- To save user-defined stock targets.
Want to contribute? Follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-name
) - Commit your changes (
git commit -m 'Added feature'
) - Push to the branch (
git push origin feature-name
) - Open a Pull Request
- 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.
MIT License