Memory Saver
Extension unloads not active tabs from RAM. Chrome can use less memory
Memory Saver란 무엇입니까?
Memory Saver은(는) alexpts3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension unloads not active tabs from RAM. Chrome can use less memory"입니다.
확장 프로그램 스크린샷
Memory Saver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Each tab requires Chrome to store a web page in memory. If you frequently have more than 20 tabs open, consider using a more lightweight mechanism to keep track of pages to read and things to do. Plugin can help save your memory. You can send some tab to sleep and recovery it after return to back.
확장 프로그램 기본 정보
이름 | Memory Saver |
ID | clfldjhhkpaihbcdbamcdgpiegepodfh |
공식 URL | https://chromewebstore.google.com/detail/memory-saver/clfldjhhkpaihbcdbamcdgpiegepodfh |
설명 | Extension unloads not active tabs from RAM. Chrome can use less memory |
파일 크기 | 46.06 KB |
설치 횟수 | 535 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2019-10-21 |
출시 날짜 | 2019-10-21 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | alexpts3 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://vk.com/memory_saver_chrome |
도움말 페이지 URL | https://vk.com/memory_saver_chrome |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memory Saver", "version": "0.0.5", "description": "Extension unloads not active tabs from RAM. Chrome can use less memory", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/promisify.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "img\/icon-panel.png" }, "icons": { "128": "img\/icon-panel.png" }, "content_security_policy": "script-src 'self' blob: filesystem: chrome-extension-resource: 'self' 'unsafe-eval'; object-src 'self' blob: filesystem:;" } |