HTML to PDF Converter
Easily convert any HTML page to PDF.
Qu'est-ce que HTML to PDF Converter ?
HTML to PDF Converter est une extension Chrome développée par https://amanjaiswal54.github.io/portfolio, et sa fonction principale est "Easily convert any HTML page to PDF.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HTML to PDF Converter
Téléchargez les fichiers d'extension HTML to PDF Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Got suggestions, bug reports or general feedback? Email me - [email protected] Portfolio: https://amanjaiswal54.github.io/portfolio/
Informations de Base sur l'Extension
Nom | HTML to PDF Converter |
ID | bcfnlaaipgcdojdfgjbglfeokhoidanj |
URL Officiel | https://chromewebstore.google.com/detail/html-to-pdf-converter/bcfnlaaipgcdojdfgjbglfeokhoidanj |
Description | Easily convert any HTML page to PDF. |
Taille du Fichier | 369 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-11-25 |
Date de Publication | 2023-11-25 |
Développeur | https://amanjaiswal54.github.io/portfolio |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://www.linkedin.com/in/aman-jaiswal-5319a0127/ |
Langues Prises en Charge | 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" } } } |