Skip to content

Latest commit

 

History

History
executable file
·
61 lines (38 loc) · 1.8 KB

README.md

File metadata and controls

executable file
·
61 lines (38 loc) · 1.8 KB

Chrome Process Monitor

Build Status Code Climate Dependency Status

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

Installation

The plugin is available in the Chrome Web Store.

Get Extension

Build from Source

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

Credits

Webpack config largely inspired from project Bandwidth Hero by Anatoliy Yastreb