Information about memory and processor
Show all available information about memory and processor
Τι είναι το Information about memory and processor;
Το Information about memory and processor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mixaroot90, και η κύρια λειτουργία του είναι "Show all available information about memory and processor".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Information about memory and processor
Λήψη αρχείων επέκτασης Information about memory and processor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Show information about memory, processor and display with description all features.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Information about memory and processor |
ID | dcihlamoaadgfeeffnididhegamdmkle |
Επίσημο URL | https://chromewebstore.google.com/detail/information-about-memory/dcihlamoaadgfeeffnididhegamdmkle |
Περιγραφή | Show all available information about memory and processor |
Μέγεθος Αρχείου | 23.46 KB |
Αριθμός Εγκαταστάσεων | 31 |
Τρέχουσα Έκδοση | 0.2.0 |
Τελευταία Ενημέρωση | 2016-09-10 |
Ημερομηνία Δημοσίευσης | 2016-09-10 |
Προγραμματιστής | mixaroot90 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } |