PDFdoctor
PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.
ما هو PDFdoctor؟
PDFdoctor هو إضافة Chrome تم تطويرها بواسطة https://pdfdoctor.com، والميزة الرئيسية لها هي "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PDFdoctor
قم بتنزيل ملفات الامتداد PDFdoctor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
PDFdoctor is simplest online PDF utility tool. It provides functionality to 1. Convert PPT/Doc/XL/Images to PDF 2. Convert PDF to images 3. PDF security - Add/Remove password to/from PDF 4. Organize PDF - Split PDF / Delete pages from PDF/ Change order of pages from PDF 5. Edit PDF - Add watermark to PDF / Add page numbers to PDF
معلومات أساسية عن التمديد
الاسم | PDFdoctor |
ID | ngdoplephcdidmohhdepcnjdmocdckga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pdfdoctor/ngdoplephcdidmohhdepcnjdmocdckga |
الوصف | PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc. |
حجم الملف | 4.45 KB |
عدد التثبيتات | 61 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-04-19 |
تاريخ النشر | 2020-04-19 |
المطور | https://pdfdoctor.com |
نوع الدفع | free |
موقع الإضافة | https://pdfdoctor.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDFdoctor", "start_url": "https:\/\/pdfdoctor.com", "version": "1.0.1", "description": "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "title": "Simplest online free PDF tool" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "manifest_version": 2 } |