Merge all tabs for print or save

Convert entire website to PDF file

Merge all tabs for print or save क्या है?

Merge all tabs for print or save Nikolay Gechev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert entire website to PDF file"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Merge all tabs for print or save एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Merge all tabs for print or save Merge all tabs for print or save
ID olcjnbnibcfbehmfnkomljcgelbggjkf
आधिकारिक URL https://chromewebstore.google.com/detail/merge-all-tabs-for-print/olcjnbnibcfbehmfnkomljcgelbggjkf
विवरण Convert entire website to PDF file
फ़ाइल का आकार 141 KB
स्थापना संख्या 5,526
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2021-09-16
प्रकाशन तिथि 2018-07-20
रेटिंग 2.00/5 कुल 34 रेटिंग्स
डेवलपर Nikolay Gechev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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": []
}