New window without toolbar

Open current page in new window without toolbar.

New window without toolbarとは何ですか?

New window without toolbarはtkrktによって開発されたChromeの拡張機能で、その主な機能は「Open current page in new window without toolbar.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 New window without toolbar New window without toolbar
ID epcobhhlenfbjlmooebphgjcgdmbjgnb
公式URL https://chromewebstore.google.com/detail/new-window-without-toolba/epcobhhlenfbjlmooebphgjcgdmbjgnb
説明 Open current page in new window without toolbar.
ファイルサイズ 14.69 KB
インストール数 594
現在のバージョン 1.2.0
最終更新日 2019-01-09
公開日 2019-01-09
評価 5.00/5 合計 7 レビュー
開発者 tkrkt
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/tkrkt/NewWindowWithoutToolbar
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    }
}