Information about memory and processor

Show all available information about memory and processor

Information about memory and processorคืออะไร?

Information about memory and processor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mixaroot90 และคุณลักษณะหลักของมันคือ "Show all available information about memory and processor"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Information about memory and processor

ดาวน์โหลดไฟล์ส่วนขยาย Information about memory and processor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Show information about memory, processor and display with description all features.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Information about memory and processor Information about memory and processor
ID dcihlamoaadgfeeffnididhegamdmkle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/information-about-memory/dcihlamoaadgfeeffnididhegamdmkle
คำอธิบาย Show all available information about memory and processor
ขนาดไฟล์ 23.46 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2016-09-10
วันที่เผยแพร่ 2016-09-10
ผู้พัฒนา mixaroot90
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_langName__",
    "version": "0.2.0",
    "description": "__MSG_langDescription__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon46.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_langNameShort__"
    },
    "author": "[email protected]",
    "short_name": "__MSG_langNameShort__",
    "permissions": [
        "system.cpu",
        "system.memory",
        "system.display"
    ],
    "minimum_chrome_version": "53"
}