PopOut

Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.

PopOutとは何ですか?

PopOutはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.」です。

拡張機能のスクリーンショット

screenshot
screenshot

PopOut拡張機能のCRXファイルをダウンロード

PopOut拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        PopOut
======
A tiny chrome extension that adds a 'Pop out tabs to right' button to your menu bar. Click it to move your current tab and all tabs to the right to a new browser window.

Feel free to contact me at http://lpm.io/contact with any questions!                    

拡張機能の基本情報

名前 PopOut PopOut
ID pepmkldcbobcclmpplfpbllopdkipnnd
公式URL https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd
説明 Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
ファイルサイズ 5.66 KB
インストール数 111
現在のバージョン 1.0
最終更新日 2014-04-11
公開日 2014-04-11
評価 3.86/5 合計 7 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PopOut",
    "short_name": "PopOut",
    "version": "1.0",
    "description": "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Pop out tabs to right"
    }
}