New Window

This extension add a button to the menu bar which allowing you to open a new window.

New Windowとは何ですか?

New Windowはdev7によって開発されたChromeの拡張機能で、その主な機能は「This extension add a button to the menu bar which allowing you to open a new window.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension add a button to the menu bar which allowing you to open a new window.                    

拡張機能の基本情報

名前 New Window New Window
ID hnfmeljpppfclhppieeghcnaimbpeblf
公式URL https://chrome.google.com/webstore/detail/new-window/hnfmeljpppfclhppieeghcnaimbpeblf
説明 This extension add a button to the menu bar which allowing you to open a new window.
ファイルサイズ 3.54 KB
インストール数 216
現在のバージョン 1.0.4
最終更新日 2013-07-02
公開日 2013-07-02
評価 3.17/5 合計 30 レビュー
開発者 dev7
支払い方法 free
対応言語 en-US
manifest.json
{
    "name": "New Window",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "This extension add a button to the menu bar which allowing you to open a new window.",
    "icons": {
        "16": "icon16.gif"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon16.gif"
        },
        "default_title": "New window"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}