Simple RAM Info

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

Apa itu Simple RAM Info?

Simple RAM Info adalah ekstensi Chrome yang dikembangkan oleh tylercd100, dan fitur utamanya adalah "This extension displays the amount of available system memory near the address bar.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple RAM Info

Unduh file ekstensi Simple RAM Info dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Simple RAM Info Simple RAM Info
ID dbdlfjheiknjgnnhknninniobeeeknko
URL Resmi https://chromewebstore.google.com/detail/simple-ram-info/dbdlfjheiknjgnnhknninniobeeeknko
Deskripsi This extension displays the amount of available system memory near the address bar.
Ukuran File 61.37 KB
Jumlah Instalasi 1,568
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2015-12-27
Tanggal Publikasi 2015-12-27
Penilaian 4.60/5 Total 15 Penilaian
Pengembang tylercd100
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}