A powerful Chrome extension that provides real-time tracking of global market indices, offering instant access to SENSEX, NIFTY 50, Dow Jones, and other major market indicators.
- Real-time market value updates
- Support for multiple global indices:
- SENSEX (BSE)
- NIFTY 50 (NSE)
- Dow Jones (DJIA)
- S&P 500
- FTSE 100
- Nikkei 225
- Intelligent market status detection
- Efficient caching system
- Modern and intuitive UI
- Auto-refresh for active markets
Market Pulse on Chrome Web Store
- Clone this repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
Built with modern JavaScript and follows Chrome Extension Manifest V3 guidelines.
market-pulse/
├── manifest.json # Extension configuration
├── popup.html # Extension popup UI
├── popup.js # Main extension logic
└── js/
├── config/ # Configuration files
├── utils/ # Utility functions
└── cache.js # Caching system
- Real-time Updates: Automatic refresh of market values while markets are open
- Market Status: Intelligent detection of market hours across different time zones
- Error Handling: Robust error handling with user-friendly messages
- Responsive UI: Clean and responsive interface with loading states
Description: Allow users to create and manage personalized watchlists comprising their preferred stocks, indices, or cryptocurrencies.
Benefits: Empowers users to monitor assets of personal interest efficiently, enhancing user engagement and satisfaction.
Implementation Example: The "Stock Tracker" extension enables users to add or remove stock symbols to tailor their watchlist.
Description: Enable users to set specific price thresholds for assets, receiving notifications when these levels are reached.
Benefits: Keeps users informed about critical market movements, facilitating timely investment decisions.
Implementation Example: The "Stock & Crypto Alerts" extension provides real-time notifications when user-defined price conditions are met.
Description: Provide comprehensive financial statements, including balance sheets, income statements, and cash flow statements, alongside the latest news related to tracked assets.
Benefits: Offers users a holistic view of their investments, aiding in thorough analysis and informed decision-making.
Implementation Example: "Stock Glance" offers access to detailed financial statements and aggregates relevant news, delivering valuable insights to users.
Market data is fetched from Yahoo Finance API.
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - feel free to use this code for your own projects.