PDF to HTML Converter
Convert PDF documents to HTML with just a click.
ما هو PDF to HTML Converter؟
PDF to HTML Converter هو إضافة Chrome تم تطويرها بواسطة https://online-converter.freepdfsolutions.com، والميزة الرئيسية لها هي "Convert PDF documents to HTML with just a click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PDF to HTML Converter
قم بتنزيل ملفات الامتداد PDF to HTML Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
4.3 Version:
Detects PDF links automatically and offers you to convert them to HTML format in a small window.
Conversion steps:
1- Visit any pdf link on any website.
2- Our extension detects pdf and open the conversion window.
3- Click convert button, wait for this to finish.
4- Download converted html file. معلومات أساسية عن التمديد
| الاسم | |
| ID | fjmhapcgdiimpdjlpeijgadlaajadehg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pdf-to-html-converter/fjmhapcgdiimpdjlpeijgadlaajadehg |
| الوصف | Convert PDF documents to HTML with just a click. |
| حجم الملف | 80.1 KB |
| عدد التثبيتات | 4,735 |
| النسخة الحالية | 4.3 |
| آخر تحديث | 2022-09-20 |
| تاريخ النشر | 2020-05-28 |
| تقييم | 3.64/5 مجموع تقييمات 14 |
| المطور | https://online-converter.freepdfsolutions.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://online-converter.freepdfsolutions.com/#pdf-to-html-converter |
| عنوان صفحة سياسة الخصوصية | https://www.freepdfsolutions.com/privacypolicy.html |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "PDF to HTML Converter",
"default_locale": "en",
"description": "__MSG_extDescription__",
"author": "[email protected]",
"version": "4.3",
"icons": {
"128": "images\/icon-128.png",
"48": "images\/icon-48.png",
"16": "images\/icon-16.png"
},
"background": {
"service_worker": "background.js"
},
"action": [],
"permissions": [
"webRequest",
"storage",
"webNavigation"
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |