Information about memory and processor
Show all available information about memory and processor
Wat is Information about memory and processor?
Information about memory and processor is een Chrome-extensie ontwikkeld door mixaroot90, en de belangrijkste functie is "Show all available information about memory and processor".
Extensie Screenshots
Download het CRX-bestand van de extensie Information about memory and processor
Download Information about memory and processor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Show information about memory, processor and display with description all features.
Basisinformatie over de Extensie
Naam | Information about memory and processor |
ID | dcihlamoaadgfeeffnididhegamdmkle |
Officiële URL | https://chromewebstore.google.com/detail/information-about-memory/dcihlamoaadgfeeffnididhegamdmkle |
Beschrijving | Show all available information about memory and processor |
Bestandsgrootte | 23.46 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2016-09-10 |
Publicatiedatum | 2016-09-10 |
Ontwikkelaar | mixaroot90 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |