Webpage to PDF Converter

Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.

Webpage to PDF Converterとは何ですか?

Webpage to PDF Converterはwebtopdfpluginによって開発されたChromeの拡張機能で、その主な機能は「Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.」です。

拡張機能のスクリーンショット

screenshot

Webpage to PDF Converter拡張機能のCRXファイルをダウンロード

Webpage to PDF Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Webpage to PDF converter to easily save webpages as PDF files. 

If you're looking for an easy way to save and share web content, the Webpage to PDF Converter extension is just what you need. With just a few clicks, you can turn any webpage into a high-quality PDF file that's easy to read and share. This PDF converter is fast and reliable, making it the perfect tool for anyone who wants to save online content as a PDF file for later use or share it with others. 

 

Key Features of Web Page to PDF Converter  

Here are some of the key features of this extension:  

>> Full page PDF Conversion: It enables users to capture full page as a PDF in a single click only 

>> PDF Edit & Download Option: It also allows you to edit PDF files and download on the system 

>>Fast and reliable: The conversion process is quick and efficient, and the resulting PDF files are of high quality. 

>>Multiple webpage support: Our converter can convert multiple webpages into a single PDF document. 

>>Browser integration: The tool integrates seamlessly with your browser, allowing you to convert webpages to PDFs directly from your browser. 

 

Steps To Save Webpages as PDFs  

>>Install our webpage to PDF converter on your browser  

>>Open the webpage you want to convert to PDF  

>>Click on the extension icon in your browser  

>> Now you will see two options: Web page to PDF converter & Edit & Webpage to PDF converter 

>> First option enables to download the whole page as a PDF file & the second option enables users to edit and download PDF file.                    

拡張機能の基本情報

名前 Webpage to PDF Converter Webpage to PDF Converter
ID gpkildejogofhhobidokcjpolaikgldj
公式URL https://chromewebstore.google.com/detail/webpage-to-pdf-converter/gpkildejogofhhobidokcjpolaikgldj
説明 Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.
ファイルサイズ 1.28 MB
インストール数 23,728
現在のバージョン 1.2
最終更新日 2023-07-27
公開日 2023-02-23
評価 3.65/5 合計 79 レビュー
開発者 webtopdfplugin
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://drive.google.com/file/d/18SqVWAyEPjCoMC4LBo9tZZST91xCMCP_/view?usp=sharing
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.  ",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "Icons\/icon64.png"
    },
    "icons": {
        "16": "Icons\/icon16.png",
        "32": "Icons\/icon32.png",
        "64": "Icons\/icon64.png",
        "128": "Icons\/icon128.png",
        "2000": "Icons\/icon2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "notifications",
        "storage",
        "gcm",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "redo.png",
                "undo.png",
                "webpagetopdfconverter.png"
            ]
        }
    ]
}