Get CPU Info

Get CPU information.

Get CPU Info là gì?

Get CPU Info là một tiện ích mở rộng Chrome được phát triển bởi nori_yamam, và tính năng chính của nó là "Get CPU information.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Get CPU Info

Tải xuống các tệp mở rộng Get CPU Info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get information about the CPU installed in your computer.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Get CPU Info Get CPU Info
ID lhemjfjfepodolblmgmonhmbfkaaapam
URL Chính Thức https://chromewebstore.google.com/detail/get-cpu-info/lhemjfjfepodolblmgmonhmbfkaaapam
Mô tả Get CPU information.
Kích Thước Tệp 7.92 KB
Số Lần Cài Đặt 312
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-04-23
Ngày Phát Hành 2023-04-23
Nhà Phát Triển nori_yamam
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get CPU Info",
    "version": "1.1",
    "manifest_version": 3,
    "description": "Get CPU information.",
    "permissions": [
        "system.cpu"
    ],
    "action": {
        "default_title": "Get CPU information.",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon_32.png"
        }
    },
    "icons": {
        "128": "icon_128.png"
    }
}