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
官方網址 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": []
}