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
}