RAM light
Displays free memory.
RAM light란 무엇입니까?
RAM light은(는) hektr992에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays free memory."입니다.
확장 프로그램 스크린샷
RAM light 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |