Tabs Killer

Automatically kill the oldest tabs when tabs are too many.

Tabs Killer란 무엇입니까?

Tabs Killer은(는) lzwjava에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically kill the oldest tabs when tabs are too many."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A Chrome plugin that automatically kill the oldest tabs when tabs are too many, goodbye messy browser forever!

一个神奇的 Chrome 插件,当打开网页过多的时候,会自动关掉最老的网页,让浏览器保持清爽!

Features

1. Automatically close oldest tabs when number of tabs is more than x.
2. Can customize the x (tabs maximum)
3. Can lock some pattern url, so tabs matched the pattern will not be closed even when there are too much tabs.

特性

1. 会自动关掉最老的网页,当打开的网页超过一定数量的时候。
2. 可以设置最大的标签数量。
3. 可以设置锁定规则,使得满足这个规则的网页不被关闭。                    

확장 프로그램 기본 정보

이름 Tabs Killer Tabs Killer
ID hgmdeeoighmhomddlghfjcidkdcpbllf
공식 URL https://chromewebstore.google.com/detail/tabs-killer/hgmdeeoighmhomddlghfjcidkdcpbllf
설명 Automatically kill the oldest tabs when tabs are too many.
파일 크기 170 KB
설치 횟수 51
현재 버전 1.1
최근 업데이트 2016-01-14
출시 날짜 2016-01-14
평점 5.00/5 총 2 개의 평점
개발자 lzwjava
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs Killer",
    "description": "Automatically kill the oldest tabs when tabs are too many.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}