Merge all tabs for print or save

Convert entire website to PDF file

O que é Merge all tabs for print or save?

Merge all tabs for print or save é uma extensão do Chrome desenvolvida por Nikolay Gechev, e sua principal característica é "Convert entire website to PDF file".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Merge all tabs for print or save

Baixe arquivos de extensão Merge all tabs for print or save 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

                        Merge all tabs in one. Can convert entire website to PDF file. The PDF can be setted for using in mobile devices in Chorme Print Tool.

Instructions for using:

1. Open in chrome browser only pages for printing.
2. Click on the extension icon ( the small printer ).
3. When the new tab is already loaded click the button Print on the new tab page.                    

Informações Básicas da Extensão

Nome Merge all tabs for print or save Merge all tabs for print or save
ID olcjnbnibcfbehmfnkomljcgelbggjkf
URL Oficial https://chromewebstore.google.com/detail/merge-all-tabs-for-print/olcjnbnibcfbehmfnkomljcgelbggjkf
Descrição Convert entire website to PDF file
Tamanho do Arquivo 141 KB
Contagem de Instalações 5,526
Versão Atual 2.1.1
Última Atualização 2021-09-16
Data de Publicação 2018-07-20
Classificação 2.00/5 Total de 34 Avaliações
Desenvolvedor Nikolay Gechev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merge all tabs for print or save",
    "description": "Convert entire website to PDF file",
    "icons": {
        "64": "printer64x64.png",
        "48": "printer48x48.png",
        "24": "printer24x24.png"
    },
    "version": "2.1.1",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}