Website to PDF

Convert entire website to PDF file

Website to PDF là gì?

Website to PDF là một tiện ích mở rộng Chrome được phát triển bởi Nikolay Gechev, và tính năng chính của nó là "Convert entire website to PDF file".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Website to PDF

Tải xuống các tệp mở rộng Website to PDF dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Website to PDF Website to PDF
ID gkdcbpbinmenbpbnmihiddmmilgbahhe
URL Chính Thức https://chromewebstore.google.com/detail/website-to-pdf/gkdcbpbinmenbpbnmihiddmmilgbahhe
Mô tả Convert entire website to PDF file
Kích Thước Tệp 140 KB
Số Lần Cài Đặt 10,400
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-12-06
Ngày Phát Hành 2019-04-02
Đánh Giá 2.25/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Nikolay Gechev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}