TabPacker

Bring all tabs into TabPacker

TabPacker란 무엇입니까?

TabPacker은(는) https://whatever-will-be-que-sera-sera.tumblr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring all tabs into TabPacker"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        just click on the TabPacker icon in the top right side next to address bar.
  
  
Double-click icon: Tab Packer
    
Single-click icon: Open Tab Container
   
 

Shortcut keys
------------------------
TabPaker = Alt + P

**Change shortcut keys

Just open the extensions page
scroll to the bottom of the page and click "Configure commands". 
------------------------


   
   
  
By clicking the TabPacker icon all the tabs will convert into a list, and will be available in a single tab.
When you need to access the tabs again, you can either restore them individually or all.                    

확장 프로그램 기본 정보

이름 TabPacker TabPacker
ID enhgdbcbbhomncfniecilneicdopfdog
공식 URL https://chromewebstore.google.com/detail/tabpacker/enhgdbcbbhomncfniecilneicdopfdog
설명 Bring all tabs into TabPacker
파일 크기 98.11 KB
설치 횟수 65
현재 버전 2.1
최근 업데이트 2015-05-09
출시 날짜 2015-05-08
평점 4.80/5 총 5 개의 평점
개발자 https://whatever-will-be-que-sera-sera.tumblr.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabPacker",
    "version": "2.1",
    "description": "Bring all tabs into TabPacker",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "TabPacker"
    },
    "web_accessible_resources": [
        "stack.html",
        "load.html"
    ],
    "commands": {
        "myCommand_tabpacker": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Send tabs command"
        }
    },
    "permissions": [
        "chrome:\/\/favicon\/*",
        "tabs",
        "",
        "storage",
        "sessions",
        "unlimitedStorage"
    ]
}