PDFdoctor
PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.
Was ist PDFdoctor?
PDFdoctor ist eine Chrome-Erweiterung, die von https://pdfdoctor.com entwickelt wurde, und ihr Hauptmerkmal ist "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.".
Erweiterungsscreenshots
PDFdoctor-Erweiterungs-CRX-Datei herunterladen
Laden Sie PDFdoctor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ngdoplephcdidmohhdepcnjdmocdckga | 
| Offizielle URL | https://chromewebstore.google.com/detail/pdfdoctor/ngdoplephcdidmohhdepcnjdmocdckga | 
| Beschreibung | PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc. | 
| Dateigröße | 4.45 KB | 
| Installationsanzahl | 61 | 
| Aktuelle Version | 1.0.1 | 
| Letztes Update | 2020-04-19 | 
| Veröffentlichungsdatum | 2020-04-19 | 
| Entwickler | https://pdfdoctor.com | 
| Zahlungsart | free | 
| Erweiterungswebsite | https://pdfdoctor.com | 
| Unterstützte Sprachen | 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
}  |  |