Save as PDF

Lets you download web pages as PDF in one click.

什麼是Save as PDF?

Save as PDF是由https://pdfcrowd.com開發的Chrome擴展程式,該擴展的主要功能是“Lets you download web pages as PDF in one click.”。

擴展截圖

screenshot

下載Save as PDF擴展crx文件

下載Save as PDF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This add-on lets you easily save web pages to PDF. It adds an icon to the browser toolbar that you can click to save the current page as PDF. It uses the Pdfcrowd HTML to PDF online service.

You can learn how it works at https://pdfcrowd.com/save-as-pdf-addon/

*Please note*, that for security reasons it is not possible to create PDF from pages that use a server-based session to identify a user, e.g. your webmail inbox, online banking, shopping cart content, payment checkout, and the likes.

If you need support or have a suggestion, please visit https://pdfcrowd.com/contact/.                    

擴展基本資訊

名稱 Save as PDF Save as PDF
ID kpdjmbiefanbdgnkcikhllpmjnnllbbc
官方網址 https://chromewebstore.google.com/detail/save-as-pdf/kpdjmbiefanbdgnkcikhllpmjnnllbbc
簡介 Lets you download web pages as PDF in one click.
檔案大小 29.63 KB
安裝次數 288,643
目前版本 2
更新時間 2022-10-04
上架時間 2017-11-10
評分 3.20/5 共 1962 次評分
開發者 https://pdfcrowd.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://pdfcrowd.com/save-as-pdf-addon/
說明頁面URL https://pdfcrowd.com/contact/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save as PDF",
    "version": "2",
    "manifest_version": 2,
    "description": "Lets you download web pages as PDF in one click.",
    "permissions": [
        "https:\/\/pdfcrowd.com\/",
        "tabs",
        "storage",
        "downloads"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Save as PDF by Pdfcrowd.com"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "minimum_chrome_version": "100"
}