DoNotDiscard - Disable tab discard/suspend
Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.
DoNotDiscard - Disable tab discard/suspend란 무엇입니까?
DoNotDiscard - Disable tab discard/suspend은(는) Martin Wiechmann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details."입니다.
확장 프로그램 스크린샷
DoNotDiscard - Disable tab discard/suspend 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a plugin to be able to keep the auto discard feature turned off for a custom set of URLs, managed by a list of URL keywords.
See if this is working:
Open "chrome://discards/" The column "AutoDiscardable" should be off for all tabs which are matching the filter list. 확장 프로그램 기본 정보
| 이름 | |
| ID | piohlfbmepkepkoiacedlalbmbkjfphc |
| 공식 URL | https://chromewebstore.google.com/detail/donotdiscard-disable-tab/piohlfbmepkepkoiacedlalbmbkjfphc |
| 설명 | Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details. |
| 파일 크기 | 1019 KB |
| 설치 횟수 | 2,433 |
| 현재 버전 | 3.0.3 |
| 최근 업데이트 | 2022-11-22 |
| 출시 날짜 | 2021-04-01 |
| 평점 | 3.57/5 총 14 개의 평점 |
| 개발자 | Martin Wiechmann |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/MartinWie/DoNotSuspend |
| 도움말 페이지 URL | https://github.com/MartinWie/DoNotSuspend/issues |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_manifest_name__",
"description": "__MSG_manifest_description__",
"version": "3.0.3",
"action": {
"default_title": "__MSG_manifest_title__",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background-worker.js"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"tabs",
"storage"
],
"default_locale": "en"
} | |