Information about memory and processor

Show all available information about memory and processor

Apa itu Information about memory and processor?

Information about memory and processor adalah ekstensi Chrome yang dikembangkan oleh mixaroot90, dan fitur utamanya adalah "Show all available information about memory and processor".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Information about memory and processor

Unduh file ekstensi Information about memory and processor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Information about memory and processor Information about memory and processor
ID dcihlamoaadgfeeffnididhegamdmkle
URL Resmi https://chromewebstore.google.com/detail/information-about-memory/dcihlamoaadgfeeffnididhegamdmkle
Deskripsi Show all available information about memory and processor
Ukuran File 23.46 KB
Jumlah Instalasi 31
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2016-09-10
Tanggal Publikasi 2016-09-10
Pengembang mixaroot90
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}