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
官方網址 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
}