Website to PDF

Convert entire website to PDF file

Website to PDFとは何ですか?

Website to PDFはNikolay Gechevによって開発されたChromeの拡張機能で、その主な機能は「Convert entire website to PDF file」です。

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

screenshot

Website to PDF拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        You are able to convert entire website (Limit of pages is 39) to one PDF file or to print it. It is recommended to use a page address with format http://example.com/section1/partition2 to convert only pages into section1/partition2.

If something does not working as expect, please add URL address and short description.                    

拡張機能の基本情報

名前 Website to PDF Website to PDF
ID gkdcbpbinmenbpbnmihiddmmilgbahhe
公式URL https://chromewebstore.google.com/detail/website-to-pdf/gkdcbpbinmenbpbnmihiddmmilgbahhe
説明 Convert entire website to PDF file
ファイルサイズ 140 KB
インストール数 10,400
現在のバージョン 1.1
最終更新日 2020-12-06
公開日 2019-04-02
評価 2.25/5 合計 36 レビュー
開発者 Nikolay Gechev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website to PDF",
    "description": "Convert entire website to PDF file",
    "icons": {
        "64": "printer64x64.png",
        "48": "printer48x48.png",
        "24": "printer24x24.png"
    },
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}