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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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