Convert To Popup

Converts the current tab or link to a popup window

O que é Convert To Popup?

Convert To Popup é uma extensão do Chrome desenvolvida por rawbytz, e sua principal característica é "Converts the current tab or link to a popup window".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Convert To Popup

Baixe arquivos de extensão Convert To Popup no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        • Popup windows have no tabs, address bar, or bookmarks bar.
• Click the toolbar icon to convert the current tab into a Popup window.
• Assign a keyboard shortcut at the bottom of chrome://extensions to do the same.
• Right Click links to open them in a new Popup window.
• No persistent memory footprint.                    

Informações Básicas da Extensão

Nome Convert To Popup Convert To Popup
ID ipbclffpmnocdigdcpmahfmdlibcggal
URL Oficial https://chromewebstore.google.com/detail/convert-to-popup/ipbclffpmnocdigdcpmahfmdlibcggal
Descrição Converts the current tab or link to a popup window
Tamanho do Arquivo 7.13 KB
Contagem de Instalações 1,409
Versão Atual 1.6
Última Atualização 2018-03-07
Data de Publicação 2018-03-07
Classificação 4.36/5 Total de 11 Avaliações
Desenvolvedor rawbytz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert To Popup",
    "version": "1.6",
    "description": "Converts the current tab or link to a popup window",
    "browser_action": {
        "default_icon": "convert2Popup_128.png",
        "default_title": "Convert to Popup"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "convert2Popup_128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "manifest_version": 2
}