Chrome Extension Hot Reloader
Automates the reloading of Chrome Manifest V3 extensions and associated tabs during development to eliminate manual refreshes.
Automates the reloading of Chrome Manifest V3 extensions and associated tabs during development to eliminate manual refreshes.
This skill streamlines the development experience for Chrome extension creators by implementing a lightweight, zero-dependency hot-reloading system. By leveraging a Node.js watcher and Server-Sent Events (SSE), it automatically refreshes the extension's background service worker and open extension tabs whenever source files are modified. This eliminates the need to manually navigate to chrome://extensions to reload, significantly increasing developer productivity when building Manifest V3 projects.
