HTML to PDF Converter

Easily convert any HTML page to PDF.

HTML to PDF Converterとは何ですか?

HTML to PDF Converterはhttps://amanjaiswal54.github.io/portfolioによって開発されたChromeの拡張機能で、その主な機能は「Easily convert any HTML page to PDF.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Got suggestions, bug reports or general feedback?
Email me - [email protected]
Portfolio: https://amanjaiswal54.github.io/portfolio/                    

拡張機能の基本情報

名前 HTML to PDF Converter HTML to PDF Converter
ID bcfnlaaipgcdojdfgjbglfeokhoidanj
公式URL https://chromewebstore.google.com/detail/html-to-pdf-converter/bcfnlaaipgcdojdfgjbglfeokhoidanj
説明 Easily convert any HTML page to PDF.
ファイルサイズ 369 KB
インストール数 37
現在のバージョン 1.0
最終更新日 2023-11-25
公開日 2023-11-25
開発者 https://amanjaiswal54.github.io/portfolio
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.linkedin.com/in/aman-jaiswal-5319a0127/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML to PDF Converter",
    "version": "1.0",
    "description": "Easily convert any HTML page to PDF.",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "htmltopdfIcon16.png",
            "32": "htmltopdfIcon32.png",
            "48": "htmltopdfIcon64.png",
            "128": "htmltopdfIcon128.png"
        }
    }
}