Stack Tab

Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen

Stack Tab란 무엇입니까?

Stack Tab은(는) Gregory Assasie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Stack tab is a simple tab manager for chrome.
Quickly and conveniently close unused tabs, retrieve them when needed.

-  Get rid of the clutter and focus on required tabs only.
-  Effortlessly close used tabs.

Functionality:
  - filter search tabs
  - set limit for number of tabs opened per session
  - Automatically close and save tab when limit is reached 
  - Close oldest tab on limit reach 
  - Close left-most tab on limit reach

** NEW UPDATE ***
   - Option to close page anywhere, option is available on context menu (right click on page to view)
   - clicking stack tab in context menu closes the page and adds it to the stack.

   - Context menu fixed

**UPDATE VERSION 1.6**
   - settings persist between sessions 
   - disregard pinned and active tabs due to close                    

확장 프로그램 기본 정보

이름 Stack Tab Stack Tab
ID oalhogdhlhgdpjllnadcigfkhmmlahlo
공식 URL https://chromewebstore.google.com/detail/stack-tab/oalhogdhlhgdpjllnadcigfkhmmlahlo
설명 Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen
파일 크기 40.79 KB
설치 횟수 221
현재 버전 1.7
최근 업데이트 2018-04-05
출시 날짜 2018-04-05
평점 3.17/5 총 12 개의 평점
개발자 Gregory Assasie
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stack Tab",
    "manifest_version": 2,
    "description": "Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen",
    "version": "1.7",
    "browser_action": {
        "default_icon": ".\/icons\/icon48.png",
        "default_popup": "index.html",
        "default_title": "xTab"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ]
}