Information about memory and processor
Show all available information about memory and processor
Was ist Information about memory and processor?
Information about memory and processor ist eine Chrome-Erweiterung, die von mixaroot90 entwickelt wurde, und ihr Hauptmerkmal ist "Show all available information about memory and processor".
Erweiterungsscreenshots
Information about memory and processor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Information about memory and processor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Show information about memory, processor and display with description all features. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dcihlamoaadgfeeffnididhegamdmkle |
| Offizielle URL | https://chromewebstore.google.com/detail/information-about-memory/dcihlamoaadgfeeffnididhegamdmkle |
| Beschreibung | Show all available information about memory and processor |
| Dateigröße | 23.46 KB |
| Installationsanzahl | 31 |
| Aktuelle Version | 0.2.0 |
| Letztes Update | 2016-09-10 |
| Veröffentlichungsdatum | 2016-09-10 |
| Entwickler | mixaroot90 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |