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
公式URL 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
Eメール [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"
}