HTML to PDF Converter
Convert HTML files to PDF
ما هو HTML to PDF Converter؟
HTML to PDF Converter هو إضافة Chrome تم تطويرها بواسطة https://online-converter.freepdfsolutions.com، والميزة الرئيسية لها هي "Convert HTML files to PDF".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HTML to PDF Converter
قم بتنزيل ملفات الامتداد HTML to PDF Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
How to convert HTML to PDF? 1-Click extension icon - this will open HTML to PDF online conversion website. 2-Select HTML file and click convert button. 3-You will get your PDF file download link in your email address.
معلومات أساسية عن التمديد
الاسم | |
ID | gdodnbfafepicnjncmmpbfoicbeihhfk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/html-to-pdf-converter/gdodnbfafepicnjncmmpbfoicbeihhfk |
الوصف | Convert HTML files to PDF |
حجم الملف | 47.81 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 2.0 |
آخر تحديث | 2020-06-03 |
تاريخ النشر | 2020-06-03 |
تقييم | 2.00/5 مجموع تقييمات 5 |
المطور | https://online-converter.freepdfsolutions.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://online-converter.freepdfsolutions.com/ebooks.php#html-to-pdf-converter |
عنوان صفحة سياسة الخصوصية | https://freeconverting.com/privacy.php |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML to PDF Converter", "default_locale": "en", "description": "Convert HTML files to PDF", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |