Tab Discard (Suspender)
Easily suspend inactive tabs and save up memory for your browser.
Tab Discard (Suspender)란 무엇입니까?
Tab Discard (Suspender)은(는) chYer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily suspend inactive tabs and save up memory for your browser."입니다.
확장 프로그램 스크린샷
Tab Discard (Suspender) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Discard (Suspender) is an extension that lets you easily suspend either all inactive tabs or just the active tab by clicking on the toolbar button. In principle, suspending tabs can reduce the browser memory and enhances your browsing experience. When you click on a suspended tab (make it active) it will be loaded with the previous content automatically. This addon is useful when you have several open tabs, you can suspend them all (free up the memory) with just one click and then visit them one-by-one to unsuspend. This way, your browser will use the least amount of memory and have a better performance. Please right-click on the toolbar button and then select the desired option for suspending tabs (i.e. active or inactive tabs). To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/tab-discard.html) and fill the bug report form.
확장 프로그램 기본 정보
이름 | Tab Discard (Suspender) |
ID | eackfaijnihopppechdgblecghggkome |
공식 URL | https://chromewebstore.google.com/detail/tab-discard-suspender/eackfaijnihopppechdgblecghggkome |
설명 | Easily suspend inactive tabs and save up memory for your browser. |
파일 크기 | 19.15 KB |
설치 횟수 | 628 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2023-03-05 |
출시 날짜 | 2017-10-26 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | chYer |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/tab-discard.html |
도움말 페이지 URL | https://mybrowseraddon.com/tab-discard.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "offline_enabled": true, "name": "Tab Discard (Suspender)", "homepage_url": "https:\/\/mybrowseraddon.com\/tab-discard.html", "description": "Easily suspend inactive tabs and save up memory for your browser.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus", "notifications" ], "action": { "default_title": "Tab Discard (Suspender)", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "commands": { "tab-discard": { "description": "Tab Discard (Suspender)", "suggested_key": { "default": "Alt+Shift+D" } } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |