Simple RAM Info

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

What is Simple RAM Info?

Simple RAM Info is a Chrome extension developed by tylercd100, and its main feature is "This extension displays the amount of available system memory near the address bar.".

Extension Screenshots

screenshot

Download Simple RAM Info Extension CRX File

Download Simple RAM Info extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Simple RAM Info Simple RAM Info
ID dbdlfjheiknjgnnhknninniobeeeknko
Official URL https://chromewebstore.google.com/detail/simple-ram-info/dbdlfjheiknjgnnhknninniobeeeknko
Description This extension displays the amount of available system memory near the address bar.
File Size 61.37 KB
Installation Count 1,568
Current Version 1.1.1
Last Updated 2015-12-27
Publish Date 2015-12-27
Rating 4.60/5 Total 15 Ratings
Developer tylercd100
Payment Type free
Supported Languages 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"
    ]
}