Information about memory and processor

Show all available information about memory and processor

Qu'est-ce que Information about memory and processor ?

Information about memory and processor est une extension Chrome développée par mixaroot90, et sa fonction principale est "Show all available information about memory and processor".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Information about memory and processor

Téléchargez les fichiers d'extension Information about memory and processor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Information about memory and processor Information about memory and processor
ID dcihlamoaadgfeeffnididhegamdmkle
URL Officiel https://chromewebstore.google.com/detail/information-about-memory/dcihlamoaadgfeeffnididhegamdmkle
Description Show all available information about memory and processor
Taille du Fichier 23.46 KB
Nombre d'Installations 31
Version Actuelle 0.2.0
Dernière Mise à Jour 2016-09-10
Date de Publication 2016-09-10
Développeur mixaroot90
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}