Chrome Plugin Ext Shoot Server Open the local file folder where the Chrome extension is located.
Start the local service through the request.
npm install -g --save extss
Start
extss
extss start
Stop
extss stop
As follows (indicates success)
Request (POST):
http://localhost:5698/submit
Parameters extId: Chrome extension id (required) name: Chrome extension name (required)
Currently, this utility is suitable for Windows, macOS, and Linux.