Memory Use Percent Monitor
Monitor memory use, displayed as percent in use in colored extension icon. Based on pd4d10's Memory Monitor extension.
Memory Use Percent Monitor란 무엇입니까?
Memory Use Percent Monitor은(는) Mike Young에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor memory use, displayed as percent in use in colored extension icon. Based on pd4d10's Memory Monitor extension."입니다.
확장 프로그램 스크린샷
Memory Use Percent Monitor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extension's icon indicates the percent of memory in use, with a colored background that goes from green (low memory utilization), to yellow (75% memory utilization), to red (high memory utilization). When the extension icon is clicked on a new tab is opened to the Chrome reset settings page, allowing for easy resetting of browser settings to their defaults. This extension is based on the Memory Monitor extension by pd4d10, located here: https://chrome.google.com/webstore/detail/memory-monitor/abijjlmdgkdoahjkdbicefofaicdendm https://github.com/pd4d10/memory-monitor This extension is free and open source. The source code for this extension is located here: https://drive.google.com/file/d/1w5N5QI79jSR4fiSvHy8sEUr9rQDUzSa9
확장 프로그램 기본 정보
이름 | Memory Use Percent Monitor |
ID | cakleannaofoaookbklmjlcjjjpepadm |
공식 URL | https://chromewebstore.google.com/detail/memory-use-percent-monito/cakleannaofoaookbklmjlcjjjpepadm |
설명 | Monitor memory use, displayed as percent in use in colored extension icon. Based on pd4d10's Memory Monitor extension. |
파일 크기 | 10.36 KB |
설치 횟수 | 210 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2019-05-02 |
출시 날짜 | 2019-05-02 |
평점 | 4.88/5 총 8 개의 평점 |
개발자 | Mike Young |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memory Use Percent Monitor", "description": "Monitor memory use, displayed as percent in use in colored extension icon. Based on pd4d10's Memory Monitor extension.", "version": "1.0.3", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/memory-use-percent-monito\/cakleannaofoaookbklmjlcjjjpepadm", "background": { "scripts": [ "background.js" ] }, "permissions": [ "system.memory" ], "browser_action": [], "icons": { "128": "icon.png" } } |