PDFdoctor
PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.
Qu'est-ce que PDFdoctor ?
PDFdoctor est une extension Chrome développée par https://pdfdoctor.com, et sa fonction principale est "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PDFdoctor
Téléchargez les fichiers d'extension PDFdoctor 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
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
Informations de Base sur l'Extension
Nom | PDFdoctor |
ID | ngdoplephcdidmohhdepcnjdmocdckga |
URL Officiel | https://chromewebstore.google.com/detail/pdfdoctor/ngdoplephcdidmohhdepcnjdmocdckga |
Description | PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc. |
Taille du Fichier | 4.45 KB |
Nombre d'Installations | 61 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-04-19 |
Date de Publication | 2020-04-19 |
Développeur | https://pdfdoctor.com |
Type de Paiement | free |
Site Web de l'Extension | https://pdfdoctor.com |
Langues Prises en Charge | 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 } |