Popup window

Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.

Popup windowとは何ですか?

Popup windowはettoolongによって開発されたChromeの拡張機能で、その主な機能は「Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.

Usage:
1. Right click on link, click [Open this link in pop-up window] => po-pup link to standalone window.
2. Right click on page, click [pop-up/merge current page] => move current page to standalone window.
3. Click on toolbar button => move current page to standalone window.                    

拡張機能の基本情報

名前 Popup window Popup window
ID nnlippelgfbglbhiccffmnmlnhmbjjpe
公式URL https://chromewebstore.google.com/detail/popup-window/nnlippelgfbglbhiccffmnmlnhmbjjpe
説明 Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.
ファイルサイズ 13.9 KB
インストール数 3,683
現在のバージョン 0.1.0
最終更新日 2023-03-16
公開日 2019-05-13
評価 4.58/5 合計 12 レビュー
開発者 ettoolong
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/ettoolong/PopupWindow
対応言語 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1.0",
    "homepage_url": "https:\/\/github.com\/ettoolong\/PopupWindow",
    "icons": {
        "16": "icon\/icon.png",
        "32": "icon\/icon.png",
        "48": "icon\/icon.png",
        "64": "icon\/icon.png",
        "96": "icon\/icon.png"
    },
    "author": "Ett Chung",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "browser_style": true,
        "default_title": "__MSG_actionButtonTitle__",
        "default_icon": "icon\/icon.png"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "commands": {
        "popupWindow": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "__MSG_execute__"
        }
    }
}