Tab Wrangler

Automatically closes inactive tabs and makes it easy to get them back

Tab Wrangler란 무엇입니까?

Tab Wrangler은(는) tabwrangler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically closes inactive tabs and makes it easy to get them back"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tab Wrangler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Too many tabs? Do you have a tab addiction? Tab Wrangler closes tabs that haven't been used recently. 

See how Tab Wrangler can free your Chrome from tab clutter in our walkthrough: https://www.youtube.com/watch?v=jtP7pysqHY8

 - Automatically closes idle tabs after designated time
 - Prevent auto-closing from your favorite sites
 - Saves closed tabs, easy to re-open
 - Chrome sync saves settings between computers
 - Doesn't close pinned tabs
 - Lock tabs from closing

But don't worry, auto-closed tabs are stored safe and sound in the Tab Corral. Highly configurable, and totally awesome. It will save your computer and your brain from tab overload.

Tab Wrangler for Firefox: https://addons.mozilla.org/en-US/firefox/addon/tabwrangler/                    

확장 프로그램 기본 정보

이름 Tab Wrangler Tab Wrangler
ID egnjhciaieeiiohknchakcodbpgjnchh
공식 URL https://chromewebstore.google.com/detail/tab-wrangler/egnjhciaieeiiohknchakcodbpgjnchh
설명 Automatically closes inactive tabs and makes it easy to get them back
파일 크기 279 KB
설치 횟수 64,285
현재 버전 6.9.0
최근 업데이트 2021-03-02
출시 날짜 2020-02-11
평점 4.43/5 총 906 개의 평점
개발자 tabwrangler
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tabwrangler/tabwrangler
도움말 페이지 URL https://github.com/tabwrangler/tabwrangler/issues
개인정보 보호 정책 페이지 URL https://github.com/tabwrangler/tabwrangler
지원되는 언어 de,en,fr,es,hu,pl,ru,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "6.9.0",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "wrangle-current-tab": {
            "description": "Close current tab and save to corral",
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "MacCtrl+Shift+W"
            }
        }
    },
    "minimum_chrome_version": "28",
    "options_ui": {
        "open_in_tab": true,
        "page": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "sessions",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "img\/icon48.png"
    ]
}