SelfDestruct Inactive Tabs

Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.

SelfDestruct Inactive Tabs란 무엇입니까?

SelfDestruct Inactive Tabs은(는) swiftace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SelfDestruct Inactive Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Closes inactive tabs after 1 hour of inactivity. The active tab in each open window is left untouched. Automatic closing can be disabled for particular tabs by clicking the extension icon (the bomb will turn into a pin, indicating that the tab is pinned).                    

확장 프로그램 기본 정보

이름 SelfDestruct Inactive Tabs SelfDestruct Inactive Tabs
ID dijgiekinoipkcnpjckingeodlhbbkmo
공식 URL https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo
설명 Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
파일 크기 25.96 KB
설치 횟수 27
현재 버전 0.0.3
최근 업데이트 2017-04-08
출시 날짜 2017-04-07
평점 5.00/5 총 1 개의 평점
개발자 swiftace
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SelfDestruct Inactive Tabs",
    "version": "0.0.3",
    "description": "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.",
    "browser_action": {
        "default_icon": "images\/bomb.png"
    },
    "icons": {
        "128": "images\/bomb.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}