Simple RAM Info

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

Co to jest Simple RAM Info?

Simple RAM Info to rozszerzenie Chrome opracowane przez tylercd100, a jego główną funkcją jest „This extension displays the amount of available system memory near the address bar.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simple RAM Info

Pobierz pliki rozszerzeń Simple RAM Info w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple RAM Info Simple RAM Info
ID dbdlfjheiknjgnnhknninniobeeeknko
Oficjalny URL https://chromewebstore.google.com/detail/simple-ram-info/dbdlfjheiknjgnnhknninniobeeeknko
Opis This extension displays the amount of available system memory near the address bar.
Rozmiar pliku 61.37 KB
Liczba instalacji 1,568
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2015-12-27
Data Publikacji 2015-12-27
Ocena 4.60/5 Łącznie 15 Oceny
Deweloper tylercd100
Typ Płatności free
Obsługiwane Języki 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"
    ]
}