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
电子邮箱 [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": []
}