Process Monitor
Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)
Process Monitor란 무엇입니까?
Process Monitor은(는) svengau에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)"입니다.
확장 프로그램 스크린샷
Process Monitor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly access the list of tabs with related memory information, like private memory, javascript memory allocated and used. This plugins is a kind of a shortcut to the Chrome Task Manager. 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
확장 프로그램 기본 정보
이름 | Process Monitor |
ID | cjmlfpljepbkbepnpddjnckeihpanold |
공식 URL | https://chromewebstore.google.com/detail/process-monitor/cjmlfpljepbkbepnpddjnckeihpanold |
설명 | Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY) |
파일 크기 | 62.45 KB |
설치 횟수 | 292 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2018-03-05 |
출시 날짜 | 2018-03-05 |
평점 | 3.20/5 총 5 개의 평점 |
개발자 | svengau |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/svengau/chrome-process-monitor |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Process Monitor", "short_name": "Process Monitor", "description": "Display a list of the tabs, with associated process, and useful memory information. (CHROME DEV RELEASE ONLY)", "version": "0.0.3", "icons": { "64": "assets\/icon-128.png", "128": "assets\/icon-256.png" }, "browser_action": { "default_icon": "assets\/icon-128.png", "default_title": "Process Monitor", "default_popup": "popup.html" }, "permissions": [ "processes" ] } |