Simple RAM Info

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

什麼是Simple RAM Info?

Simple RAM Info是由tylercd100開發的Chrome擴展程式,該擴展的主要功能是“This extension displays the amount of available system memory near the address bar.”。

擴展截圖

screenshot

下載Simple RAM Info擴展crx文件

下載Simple RAM Info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Simple RAM Info Simple RAM Info
ID dbdlfjheiknjgnnhknninniobeeeknko
官方網址 https://chromewebstore.google.com/detail/simple-ram-info/dbdlfjheiknjgnnhknninniobeeeknko
簡介 This extension displays the amount of available system memory near the address bar.
檔案大小 61.37 KB
安裝次數 1,568
目前版本 1.1.1
更新時間 2015-12-27
上架時間 2015-12-27
評分 4.60/5 共 15 次評分
開發者 tylercd100
付費類型 free
支援的語言 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"
    ]
}