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によって開発されたChromeの拡張機能で、その主な機能は「Convert entire website to PDF file」です。

拡張機能のスクリーンショット

screenshot

Merge all tabs for print or save拡張機能のCRXファイルをダウンロード

Merge all tabs for print or save拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": []
}