HTML to PDF Converter
Easily convert any HTML page to PDF.
Wat is HTML to PDF Converter?
HTML to PDF Converter is een Chrome-extensie ontwikkeld door https://amanjaiswal54.github.io/portfolio, en de belangrijkste functie is "Easily convert any HTML page to PDF.".
Extensie Screenshots
Download het CRX-bestand van de extensie HTML to PDF Converter
Download HTML to PDF Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Got suggestions, bug reports or general feedback?
Email me - [email protected]
Portfolio: https://amanjaiswal54.github.io/portfolio/ Basisinformatie over de Extensie
| Naam | |
| ID | bcfnlaaipgcdojdfgjbglfeokhoidanj |
| Officiële URL | https://chromewebstore.google.com/detail/html-to-pdf-converter/bcfnlaaipgcdojdfgjbglfeokhoidanj |
| Beschrijving | Easily convert any HTML page to PDF. |
| Bestandsgrootte | 369 KB |
| Aantal Installaties | 37 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-11-25 |
| Publicatiedatum | 2023-11-25 |
| Ontwikkelaar | https://amanjaiswal54.github.io/portfolio |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://www.linkedin.com/in/aman-jaiswal-5319a0127/ |
| Ondersteunde Talen | 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"
}
}
} | |