RAM light

Displays free memory.

RAM lightคืออะไร?

RAM light เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hektr992 และคุณลักษณะหลักของมันคือ "Displays free memory."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RAM light

ดาวน์โหลดไฟล์ส่วนขยาย RAM light ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Features:
1. Adds a digit on chrome toolbar, indicating how much memory is free (in Gb). 

2. Indicator is updated every minute and any time when you remove/create tab, change options, or click on indicator.

2. Doesn't cause memory leaks and doesn't overload your cpu.

3. Uses green/yellow/red colors for indication high/average/low capacity of free memory

You can change defaults using options page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RAM light RAM light
ID jbhmglllgkjijmanjbnpcpdlopbfcdkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ram-light/jbhmglllgkjijmanjbnpcpdlopbfcdkk
คำอธิบาย Displays free memory.
ขนาดไฟล์ 20.31 KB
จำนวนการติดตั้ง 895
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2017-12-03
วันที่เผยแพร่ 2017-12-02
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา hektr992
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "version": "0.1.3",
    "description": "__MSG_description__",
    "author": "hektr",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_title__"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "system.memory",
        "storage",
        "alarms"
    ]
}