Information about memory and processor

Show all available information about memory and processor

Cos'è Information about memory and processor?

Information about memory and processor è un'estensione di Chrome sviluppata da mixaroot90, e la sua funzione principale è "Show all available information about memory and processor".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Information about memory and processor

Scarica i file di estensione Information about memory and processor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Information about memory and processor Information about memory and processor
ID dcihlamoaadgfeeffnididhegamdmkle
URL Ufficiale https://chromewebstore.google.com/detail/information-about-memory/dcihlamoaadgfeeffnididhegamdmkle
Descrizione Show all available information about memory and processor
Dimensione del File 23.46 KB
Conteggio Installazioni 31
Versione Corrente 0.2.0
Ultimo Aggiornamento 2016-09-10
Data di Pubblicazione 2016-09-10
Sviluppatore mixaroot90
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}