Monitor and Clean system's CPU / RAM usage

Monitoring and cleaning system for computer's CPU and RAM usage

Monitor and Clean system's CPU / RAM usage란 무엇입니까?

Monitor and Clean system's CPU / RAM usage은(는) md-mdshopon40722에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitoring and cleaning system for computer's CPU and RAM usage"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Monitor and Clean system's CPU / RAM usage 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        System Monitor is simpler extension — it  shows you how much CPU and RAM you are using. It changes color as your usage changes—yellow if you're using a lot of resources and red if you're running out. You can choose what to display on the icon to keep close eye on CPU or RAM.

Chrome OS users can now monitor their CPU temperature now. It can also clear up memory and cpu used by the browser. Keep in mind that clear feature only controls browser usage and does not have any control on your internal system.

You can use this feature by clicking on the extension icon on the top right and also to view the CPU and RAM usage. It's dead simple, if all you want is to keep an eye on those two stats.
Enjoy!

Update version 1.2.5: Added new feature to share computer CPU and RAM information with friends on socials: Twitter, LinkedIn and Facebook (automatically shared using post api).                    

확장 프로그램 기본 정보

이름 Monitor and Clean system's CPU / RAM usage Monitor and Clean system's CPU / RAM usage
ID abhdadadmefcinkehbogolpfocgjkkgb
공식 URL https://chromewebstore.google.com/detail/monitor-and-clean-systems/abhdadadmefcinkehbogolpfocgjkkgb
설명 Monitoring and cleaning system for computer's CPU and RAM usage
파일 크기 389 KB
설치 횟수 32,024
현재 버전 1.2.5
최근 업데이트 2023-10-18
출시 날짜 2020-05-31
평점 4.78/5 총 955 개의 평점
개발자 md-mdshopon40722
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/mdshopon40722/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Monitor and Clean system's CPU \/ RAM usage",
    "version": "1.2.5",
    "description": "Monitoring and cleaning system for computer's CPU and RAM usage",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icons\/analytics-128.png"
    },
    "icons": {
        "128": "icons\/analytics-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader.2871d7a8.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "system.cpu",
        "system.memory"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/index.tsx.a3f7ee88.js"
            ],
            "use_dynamic_url": true
        }
    ]
}