A simple HTTP server to forward relaunch request to its backendFire HTTP request to re-launcher your Chrome extension, packaged app, or a web page!
For example, simply run`curl http://localhost:24601/r?ext=EXT_OR_APP_ID` in command line will reload your extension or packaged app. Or `curl http://localhost:24601/r?url=*://www.google.com/*` to reload the tabs matching the url pattern. It makes things easy to integrate with your (auto-)build system.
NOTE: This app DOES NOT WORK without backend support due to Chrome's API limitation. The following extension (as backend) needs to be installed: