Merge all tabs for print or save

Convert entire website to PDF file

Co je Merge all tabs for print or save?

Merge all tabs for print or save je rozšíření Chrome vyvinuté Nikolay Gechev, a jeho hlavní funkcí je „Convert entire website to PDF file“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Merge all tabs for print or save

Stáhněte si soubory rozšíření Merge all tabs for print or save ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Merge all tabs for print or save Merge all tabs for print or save
ID olcjnbnibcfbehmfnkomljcgelbggjkf
Oficiální URL https://chromewebstore.google.com/detail/merge-all-tabs-for-print/olcjnbnibcfbehmfnkomljcgelbggjkf
Popis Convert entire website to PDF file
Velikost souboru 141 KB
Počet instalací 5,526
Aktuální Verze 2.1.1
Poslední Aktualizace 2021-09-16
Datum Vydání 2018-07-20
Hodnocení 2.00/5 Celkem 34 Hodnocení
Vývojář Nikolay Gechev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
}