Popout Tab

Popout a tab into its own self-contained window.

Cos'è Popout Tab?

Popout Tab è un'estensione di Chrome sviluppata da Ey3cue, e la sua funzione principale è "Popout a tab into its own self-contained window.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Popout Tab

Scarica i file di estensione Popout Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Opens the current tab in a popout window. Reactivating will merge it back with the main window.                    

Informazioni di Base sull'Estensione

Nome Popout Tab Popout Tab
ID nlnicneebppdmbhknnbdnilmfkbonhec
URL Ufficiale https://chromewebstore.google.com/detail/popout-tab/nlnicneebppdmbhknnbdnilmfkbonhec
Descrizione Popout a tab into its own self-contained window.
Dimensione del File 107 KB
Conteggio Installazioni 126
Versione Corrente 1.1.0
Ultimo Aggiornamento 2019-06-23
Data di Pubblicazione 2019-06-23
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Ey3cue
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Ey3cue/popout-tab
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Popout Tab",
    "description": "Popout a tab into its own self-contained window.",
    "version": "1.1.0",
    "icons": {
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon32.png"
    },
    "commands": {
        "toggle_popout": {
            "description": "Popout current tab",
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            }
        }
    },
    "permissions": [
        "contextMenus"
    ]
}