Simple RAM Info

This extension displays the amount of available system memory near the address bar.

Was ist Simple RAM Info?

Simple RAM Info ist eine Chrome-Erweiterung, die von tylercd100 entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays the amount of available system memory near the address bar.".

Erweiterungsscreenshots

screenshot

Simple RAM Info-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple RAM Info-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

                        This is an extremely lightweight extension that displays the amount of available system memory in gigabytes as an icon near the address bar. 

Supports displaying values greater than 10GB.

Version 1.1.0
-Added support for custom colors
-Can change refresh interval                    

Grundlegende Informationen zur Erweiterung

Name Simple RAM Info Simple RAM Info
ID dbdlfjheiknjgnnhknninniobeeeknko
Offizielle URL https://chromewebstore.google.com/detail/simple-ram-info/dbdlfjheiknjgnnhknninniobeeeknko
Beschreibung This extension displays the amount of available system memory near the address bar.
Dateigröße 61.37 KB
Installationsanzahl 1,568
Aktuelle Version 1.1.1
Letztes Update 2015-12-27
Veröffentlichungsdatum 2015-12-27
Bewertung 4.60/5 Insgesamt 15 Bewertungen
Entwickler tylercd100
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Tyler Arbon @tylercd100",
    "name": "Simple RAM Info",
    "description": "This extension displays the amount of available system memory near the address bar.",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "icon_19.png"
    },
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "offline_enabled": true,
    "permissions": [
        "system.memory",
        "storage",
        "background"
    ]
}