Don't discard

Disables automatic tab discarding feature, configurable for specific urls.

Don't discard란 무엇입니까?

Don't discard은(는) Yuhsak Inoue에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disables automatic tab discarding feature, configurable for specific urls."입니다.

확장 프로그램 스크린샷

screenshot

Don't discard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The conditions to determine which tabs to be disabled can be configured at option page using regular expression based on website's url, otherwise automatic discarding will be turned off for entire tabs by default.

The relevant tabs must be reloaded to be taking effect by this extension.

Note that only "turning off discarding" will be taking care of, which means that this extension never turns it on back once a tab were effected even if the tab doesn't hit the conditions any more.

To turn on the feature again, please configure it manually by visiting browser's discarding setting page.
Also relaunching the browser itself is one of the ways to sync the actual tab's states against the configured conditions.                    

확장 프로그램 기본 정보

이름 Don't discard Don't discard
ID onodhifphgifinclhihikocgokedljbp
공식 URL https://chromewebstore.google.com/detail/dont-discard/onodhifphgifinclhihikocgokedljbp
설명 Disables automatic tab discarding feature, configurable for specific urls.
파일 크기 58.26 KB
설치 횟수 1,500
현재 버전 0.1.0
최근 업데이트 2022-03-18
출시 날짜 2022-03-18
평점 4.20/5 총 5 개의 평점
개발자 Yuhsak Inoue
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/yuhsak/dont-discard
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Don't discard",
    "description": "Disables automatic tab discarding feature, configurable for specific urls.",
    "version": "0.1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "option\/index.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}