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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple RAM Info
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |