Information about memory and processor

Show all available information about memory and processor

Co to jest Information about memory and processor?

Information about memory and processor to rozszerzenie Chrome opracowane przez mixaroot90, a jego główną funkcją jest „Show all available information about memory and processor”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Information about memory and processor

Pobierz pliki rozszerzeń Information about memory and processor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Information about memory and processor Information about memory and processor
ID dcihlamoaadgfeeffnididhegamdmkle
Oficjalny URL https://chromewebstore.google.com/detail/information-about-memory/dcihlamoaadgfeeffnididhegamdmkle
Opis Show all available information about memory and processor
Rozmiar pliku 23.46 KB
Liczba instalacji 31
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2016-09-10
Data Publikacji 2016-09-10
Deweloper mixaroot90
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}