MoveTab

A chrome extension that helps you move your tabs from one window to another without dragging and dropping.

什么是MoveTab?

MoveTab是由sawjax开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that helps you move your tabs from one window to another without dragging and dropping.”。

扩展截图

screenshot

下载MoveTab扩展crx文件

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

扩展使用说明

                        Ever tried moving a chrome tab to another window while its minimised or on another desktop, all the while having to drag it and find the right focus on the right window? Annoying isn't it? 

MoveTab solves that problem by helping you move tabs in two steps. 
1. Go to the tab you want to move and click on MoveTab. 
2. Go to the window where you want it and click on MoveTab again.

It's that simple!                    

扩展基本信息

名称 MoveTab MoveTab
ID jokbmfhbamgbbjglhcphlpkcklpbceid
官方URL https://chromewebstore.google.com/detail/movetab/jokbmfhbamgbbjglhcphlpkcklpbceid
简介 A chrome extension that helps you move your tabs from one window to another without dragging and dropping.
文件大小 29.04 KB
安装次数 149
当前版本 1.0
更新时间 2014-09-01
上架时间 2014-09-01
评分 4.92/5 共12次评分
开发者 sawjax
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MoveTab",
    "description": "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Move this tab",
        "default_icon": {
            "19": "icons\/icon19in.png",
            "38": "icons\/icon38in.png"
        }
    },
    "manifest_version": 2
}