complit

combine and split tabs.

什么是complit?

complit是由takc923开发的Chrome扩展程序,该扩展的主要功能是“combine and split tabs.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载complit扩展crx文件

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

扩展使用说明

                        COMbine and sPLIT tabs.

To split tabs
- select tabs (shift + click or command + click tab)
- click button to create new window with selected tabs.

To combine tabs
- don't select tabs
- click button to move tabs of last focused window into current window.                    

扩展基本信息

名称 complit complit
ID pmjnllcflhjbbicackpaihinkkhbngco
官方URL https://chromewebstore.google.com/detail/complit/pmjnllcflhjbbicackpaihinkkhbngco
简介 combine and split tabs.
文件大小 10.35 KB
安装次数 162
当前版本 0.1.2
更新时间 2014-10-13
上架时间 2014-10-13
评分 5.00/5 共3次评分
开发者 takc923
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "complit",
    "manifest_version": 2,
    "version": "0.1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "combine and split tabs.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "complit!"
    }
}