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.”。
扩展截图
下载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/ 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
}
} | |