Merge all tabs for print or save

Convert entire website to PDF file

What is Merge all tabs for print or save?

Merge all tabs for print or save is a Chrome extension developed by Nikolay Gechev, and its main feature is "Convert entire website to PDF file".

Extension Screenshots

screenshot

Download Merge all tabs for print or save Extension CRX File

Download Merge all tabs for print or save extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Merge all tabs for print or save Merge all tabs for print or save
ID olcjnbnibcfbehmfnkomljcgelbggjkf
Official URL https://chromewebstore.google.com/detail/merge-all-tabs-for-print/olcjnbnibcfbehmfnkomljcgelbggjkf
Description Convert entire website to PDF file
File Size 141 KB
Installation Count 5,526
Current Version 2.1.1
Last Updated 2021-09-16
Publish Date 2018-07-20
Rating 2.00/5 Total 34 Ratings
Developer Nikolay Gechev
Email [email protected]
Payment Type free
Supported Languages 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": []
}