Demo Link A Chrome extension that replaces the default new tab page with an RSS feed dashboard.
This starter is intentionally simple:
- Manifest V3 extension
- No build step
- New tab override
- Extension popup for adding and deleting RSS feed links
chrome.storage.localfor saved RSS feeds- Client-side RSS XML fetching and rendering
- Responsive dashboard UI
- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select this project folder
manifest.json: Chrome extension manifestnewtab.html: new tab entry pagesrc/newtab.js: dashboard app logicsrc/styles.css: dashboard styles

