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