Simple RAM Info

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

ما هو Simple RAM Info؟

Simple RAM Info هو إضافة Chrome تم تطويرها بواسطة tylercd100، والميزة الرئيسية لها هي "This extension displays the amount of available system memory near the address bar.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Simple RAM Info

قم بتنزيل ملفات الامتداد Simple RAM Info بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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"
    ]
}