Disable automatic tab discarding

Stops Chrome from suspending tabs, and reloading them when you switch to them.

Disable automatic tab discarding란 무엇입니까?

Disable automatic tab discarding은(는) World_Languages에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stops Chrome from suspending tabs, and reloading them when you switch to them."입니다.

확장 프로그램 스크린샷

screenshot

Disable automatic tab discarding 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension automatically tells Chrome that every tab you open is "not auto discardable". This might help solve issues where Chrome kills more tabs than you would want to, however, this is not foolproof, and tabs might still get discarded if your system is out of memory.

No configuration needed, the extension will mark every open tab as "not auto discardable" as long as you installed the extension and haven't disabled it.

Want to make sure this extension is working? Go to chrome://discards in a new tab and see how every row has a cross in the "auto discardable" column.

👨‍💻 Open source: https://github.com/WorldLanguages/DoNotDiscard                    

확장 프로그램 기본 정보

이름 Disable automatic tab discarding Disable automatic tab discarding
ID dnhngfnfolbmhgealdpolmhimnoliiok
공식 URL https://chromewebstore.google.com/detail/disable-automatic-tab-dis/dnhngfnfolbmhgealdpolmhimnoliiok
설명 Stops Chrome from suspending tabs, and reloading them when you switch to them.
파일 크기 29.12 KB
설치 횟수 186,833
현재 버전 1.0.4
최근 업데이트 2020-12-16
출시 날짜 2019-11-03
평점 3.79/5 총 367 개의 평점
개발자 World_Languages
이메일 [email protected]
결제 유형 free
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "version": "1.0.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_manifest_title__",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "default_locale": "en"
}