Fauxbar Memory Helper
Reloads Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, to minimize memory usage.
Fauxbar Memory Helper란 무엇입니까?
Fauxbar Memory Helper은(는) Chris McFarland에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reloads Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, to minimize memory usage."입니다.
확장 프로그램 스크린샷
Fauxbar Memory Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fauxbar Memory Helper ensures Fauxbar (or Fauxbar Lite) keeps running smoothly. If you usually have Chrome open for extended periods of time, Fauxbar's memory usage may start to get a little bit on the high side after a while. To counter this, Fauxbar Memory Helper disables and re-enables Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, effectively resetting Fauxbar's memory usage. But this only occurs when no Fauxbar tabs are open, meaning your Fauxbar experience does not get interrupted. Fauxbar is available here: https://chrome.google.com/webstore/detail/hibkhcnpkakjniplpfblaoikiggkopka Fauxbar Lite is available here: https://chrome.google.com/webstore/detail/bfimmnpbjccjihohjkimphfmmebffbmk
확장 프로그램 기본 정보
이름 | |
ID | domhiadbdhomljcdankobiglghedagkm |
공식 URL | https://chrome.google.com/webstore/detail/fauxbar-memory-helper/domhiadbdhomljcdankobiglghedagkm |
설명 | Reloads Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, to minimize memory usage. |
파일 크기 | 20.05 KB |
설치 횟수 | 412 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2019-06-13 |
출시 날짜 | 2019-06-06 |
평점 | 4.58/5 총 12 개의 평점 |
개발자 | Chris McFarland |
확장 프로그램 웹 사이트 | https://github.com/ChrisNZL/Fauxbar |
도움말 페이지 URL | https://github.com/ChrisNZL/Fauxbar/wiki |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fauxbar Memory Helper", "version": "1.0.2", "description": "Reloads Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, to minimize memory usage.", "manifest_version": 2, "minimum_chrome_version": "19", "background": { "scripts": [ "helper.js" ] }, "permissions": [ "management", "idle" ], "icons": { "48": "fauxbarhelper48.png", "128": "fauxbarhelper128.png" } } |