System Memory Usage

Monitor the system's memory via the toolbar popup or toolbar icon.

Τι είναι το System Memory Usage;

Το System Memory Usage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον loora, και η κύρια λειτουργία του είναι "Monitor the system's memory via the toolbar popup or toolbar icon.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης System Memory Usage

Λήψη αρχείων επέκτασης System Memory Usage σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        System Memory Usage extension lets you easily monitor memory usage in your system via the browser toolbar. 

Just open the toolbar popup UI and monitor the amount of memory that is currently being used. Moreover, the color bar shows you the active memory usage every second (the color bar updates every second). The popup interface is simple and shows active memory usage. Moreover, the toolbar icon will change dynamically according to the current memory usage. The toolbar button's tooltip text shows you the available, used, and total memory on your system.

Please note that color bars are random green colors for both the toolbar popup UI and the toolbar button's icon.

If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/system-memory-usage.html).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα System Memory Usage System Memory Usage
ID fdefaodljgbdlmdhobjlechpgpblooeh
Επίσημο URL https://chromewebstore.google.com/detail/system-memory-usage/fdefaodljgbdlmdhobjlechpgpblooeh
Περιγραφή Monitor the system's memory via the toolbar popup or toolbar icon.
Μέγεθος Αρχείου 22.96 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2023-04-12
Ημερομηνία Δημοσίευσης 2018-08-13
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής loora
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mybrowseraddon.com/system-memory-usage.html
Διεύθυνση URL της Σελίδας Βοήθειας https://mybrowseraddon.com/system-memory-usage.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "name": "System Memory Usage",
    "permissions": [
        "alarms",
        "storage",
        "system.memory"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/system-memory-usage.html",
    "description": "Monitor the system's memory via the toolbar popup or toolbar icon.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "System Memory Usage",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}