0.2.1 • Published 6 years ago
crx-livereload v0.2.1
Chrome Extension Live Reload
No more manual reloading of unpacked chrome extensions when developing!
Shamelessly ripped from xpl/crx-hotreload
Usage
In your manifest.json:
"permissions": ["management", "activeTab"]managementallows for reloading the chrome extension (required)activeTaballows for logging status to the current tab (optional)
In your background script:
import "crx-livereload";Build, watch and see the automagic happen.