Merge all tabs for print or save

Convert entire website to PDF file

Co to jest Merge all tabs for print or save?

Merge all tabs for print or save to rozszerzenie Chrome opracowane przez Nikolay Gechev, a jego główną funkcją jest „Convert entire website to PDF file”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Merge all tabs for print or save

Pobierz pliki rozszerzeń Merge all tabs for print or save w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Merge all tabs for print or save Merge all tabs for print or save
ID olcjnbnibcfbehmfnkomljcgelbggjkf
Oficjalny URL https://chromewebstore.google.com/detail/merge-all-tabs-for-print/olcjnbnibcfbehmfnkomljcgelbggjkf
Opis Convert entire website to PDF file
Rozmiar pliku 141 KB
Liczba instalacji 5,526
Aktualna Wersja 2.1.1
Ostatnia Aktualizacja 2021-09-16
Data Publikacji 2018-07-20
Ocena 2.00/5 Łącznie 34 Oceny
Deweloper Nikolay Gechev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
}