HTML to PDF Converter
Easily convert any HTML page to PDF.
ما هو HTML to PDF Converter؟
HTML to PDF Converter هو إضافة Chrome تم تطويرها بواسطة https://amanjaiswal54.github.io/portfolio، والميزة الرئيسية لها هي "Easily convert any HTML page to PDF.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HTML to PDF Converter
قم بتنزيل ملفات الامتداد HTML to PDF Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Got suggestions, bug reports or general feedback? Email me - [email protected] Portfolio: https://amanjaiswal54.github.io/portfolio/
معلومات أساسية عن التمديد
الاسم | 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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | 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" } } } |