Pop Out

Convert tabs into popup windows and back

什麼是Pop Out?

Pop Out是由tbodt開發的Chrome擴展程式,該擴展的主要功能是“Convert tabs into popup windows and back”。

擴展截圖

screenshot

下載Pop Out擴展crx文件

下載Pop Out擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Turn tabs into popup windows with no toolbars in the way!

Use the item in the context menu to turn a tab into a popup window, and to turn that popup window back into a tab. You can also click the toolbar icon.                    

擴展基本資訊

名稱 Pop Out Pop Out
ID goefeknijkeibgadbapihfkliobeoglp
官方網址 https://chromewebstore.google.com/detail/pop-out/goefeknijkeibgadbapihfkliobeoglp
簡介 Convert tabs into popup windows and back
檔案大小 12.7 KB
安裝次數 319
目前版本 1.0.1
更新時間 2020-06-11
上架時間 2020-06-11
開發者 tbodt
付費類型 free
擴展官網 https://github.com/tbodt/pop-out/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop Out",
    "description": "Convert tabs into popup windows and back",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "36": "icons\/icon36.png",
        "48": "icons\/icon48.png",
        "72": "icons\/icon72.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "contextMenus"
    ]
}