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