Chrome Process Monitor is a chrome extension to display all processes running in Chrome, like the Chrome Task Manager, but directly accessible as a plugin.
Important note: this plugin uses a Chrome experimental feature to list all processes, and thus is only available with the Chrome dev release.
Chrome dev release could be downloaded and installed here: https://www.chromium.org/getting-involved/dev-channel
The processes API is documented here: https://developer.chrome.com/extensions/processes
The plugin is available in the Chrome Web Store.
Install Node.js
Clone repository
git clone https://github.com/svengau/chrome-process-monitor.git
Install dependencies:
cd chrome-process-monitor
npm install
launch tests:
npm test
build the extension:
npm run build
Webpack will compile the project into dist
directory.
Components are also in Storybook:
npm run storybook
Webpack config largely inspired from project Bandwidth Hero by Anatoliy Yastreb