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文件

下载TabPacker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}