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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย md-mdshopon40722 และคุณลักษณะหลักของมันคือ "Monitoring and cleaning system for computer's CPU and RAM usage"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Monitor and Clean system's CPU / RAM usage

ดาวน์โหลดไฟล์ส่วนขยาย Monitor and Clean system's CPU / RAM usage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}