The Safer Suspender
Release browser resources by suspending the tabs you aren't using
The Safer Suspender란 무엇입니까?
The Safer Suspender은(는) valord577에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Release browser resources by suspending the tabs you aren't using"입니다.
확장 프로그램 스크린샷
The Safer Suspender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"The Safer Suspender" is a safer and free and open-source extension for modern browser, such as Firefox, Edge and Chrome. Once installed and enabled, this extension will automatically suspend tabs that have not been used for a while, freeing up memory and cpu that the tab was consuming. Github: https://github.com/valord577/theSaferSuspender/
확장 프로그램 기본 정보
이름 | The Safer Suspender |
ID | bghakdgdhifpflgmpknjkekcbomcfnij |
공식 URL | https://chromewebstore.google.com/detail/the-safer-suspender/bghakdgdhifpflgmpknjkekcbomcfnij |
설명 | Release browser resources by suspending the tabs you aren't using |
파일 크기 | 15.6 KB |
설치 횟수 | 28 |
현재 버전 | 1.5 |
최근 업데이트 | 2021-12-29 |
출시 날짜 | 2021-01-21 |
개발자 | valord577 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/valord577/theSaferSuspender |
도움말 페이지 URL | https://github.com/valord577/theSaferSuspender/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "88.0", "author": "valord577", "name": "The Safer Suspender", "description": "Release browser resources by suspending the tabs you aren't using", "version": "1.5", "icons": { "128": "icons\/ic_suspender_707070_128x128.png" }, "homepage_url": "https:\/\/github.com\/valord577\/theSaferSuspender", "permissions": [ "tabs", "alarms", "storage", "unlimitedStorage" ], "background": { "service_worker": "backstage\/task.js" }, "browser_action": { "default_icon": { "128": "icons\/ic_suspender_707070_128x128.png" }, "default_title": "The Safer Suspender", "default_popup": "popup.html" } } |