HTML to PDF Converter
Easily convert any HTML page to PDF.
What is HTML to PDF Converter?
HTML to PDF Converter is a Chrome extension developed by https://amanjaiswal54.github.io/portfolio, and its main feature is "Easily convert any HTML page to PDF.".
Extension Screenshots
Download HTML to PDF Converter Extension CRX File
Download HTML to PDF Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Got suggestions, bug reports or general feedback? Email me - [email protected] Portfolio: https://amanjaiswal54.github.io/portfolio/
Extension Basic Information
Name | HTML to PDF Converter |
ID | bcfnlaaipgcdojdfgjbglfeokhoidanj |
Official URL | https://chromewebstore.google.com/detail/html-to-pdf-converter/bcfnlaaipgcdojdfgjbglfeokhoidanj |
Description | Easily convert any HTML page to PDF. |
File Size | 369 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2023-11-25 |
Publish Date | 2023-11-25 |
Developer | https://amanjaiswal54.github.io/portfolio |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.linkedin.com/in/aman-jaiswal-5319a0127/ |
Supported Languages | 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" } } } |