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.”。
扩展截图
下载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 |
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" ] } |