Simple RAM Info

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

Simple RAM Info là gì?

Simple RAM Info là một tiện ích mở rộng Chrome được phát triển bởi tylercd100, và tính năng chính của nó là "This extension displays the amount of available system memory near the address bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple RAM Info

Tải xuống các tệp mở rộng Simple RAM Info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple RAM Info Simple RAM Info
ID dbdlfjheiknjgnnhknninniobeeeknko
URL Chính Thức https://chromewebstore.google.com/detail/simple-ram-info/dbdlfjheiknjgnnhknninniobeeeknko
Mô tả This extension displays the amount of available system memory near the address bar.
Kích Thước Tệp 61.37 KB
Số Lần Cài Đặt 1,568
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2015-12-27
Ngày Phát Hành 2015-12-27
Đánh Giá 4.60/5 Tổng số 15 Đánh Giá
Nhà Phát Triển tylercd100
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}