Webpage to PDF

Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.

什么是Webpage to PDF?

Webpage to PDF是由https://grabz.it开发的Chrome扩展程序,该扩展的主要功能是“Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.”。

扩展截图

screenshot
screenshot
screenshot

下载Webpage to PDF扩展crx文件

下载Webpage to PDF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Quickly convert any webpage to a PDF document. This application reads the content of the current web page and sends it to GrabzIt's API for conversion before automatically downloading it to your computer. The PDF conversion tries to make the PDF closely resemble the actual web page using the correct styling.

Once you have installed your application just follow the instructions in the extension to get your own free application key, enter it into the extension and get converting!                    

扩展基本信息

名称 Webpage to PDF Webpage to PDF
ID jhblddikdaedhaajknaedddoimchpdfj
官方URL https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj
简介 Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
文件大小 244 KB
安装次数 21
当前版本 1.0.9
更新时间 2024-02-26
上架时间 2023-11-08
评分 1.00/5 共1次评分
开发者 https://grabz.it
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://grabz.it/
帮助页面URL https://grabz.it/contact/
隐私政策页面URL https://grabz.it/legal/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webpage to PDF",
    "description": "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.",
    "version": "1.0.9",
    "options_page": "options.html",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/grabz.it\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "downloads"
    ],
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png",
        "96": "icon.png",
        "128": "icon128.png"
    }
}