Window Splitter

This extension lets the user split a window by the desired tab number.

Window Splitterとは何ですか?

Window SplitterはIan Martorellによって開発されたChromeの拡張機能で、その主な機能は「This extension lets the user split a window by the desired tab number.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension allows the user to split a window by the desired tab number.                    

拡張機能の基本情報

名前 Window Splitter Window Splitter
ID nepdkknmimbffdhlnafambchmfflogic
公式URL https://chromewebstore.google.com/detail/window-splitter/nepdkknmimbffdhlnafambchmfflogic
説明 This extension lets the user split a window by the desired tab number.
ファイルサイズ 49.48 KB
インストール数 359
現在のバージョン 0.1
最終更新日 2013-07-10
公開日 2013-07-10
評価 2.00/5 合計 4 レビュー
開発者 Ian Martorell
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Window Splitter",
    "description": "This extension lets the user split a window by the desired tab number.",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}