PDFdoctor
PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.
Vad är PDFdoctor?
PDFdoctor är en Chrome-tillägg utvecklad av https://pdfdoctor.com, och dess huvudfunktion är "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.".
Tilläggsskärmbilder
Ladda ner PDFdoctor-förlängningens CRX-fil
Ladda ner PDFdoctor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ngdoplephcdidmohhdepcnjdmocdckga | 
| Officiell webbadress | https://chromewebstore.google.com/detail/pdfdoctor/ngdoplephcdidmohhdepcnjdmocdckga | 
| Beskrivning | PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc. | 
| Filstorlek | 4.45 KB | 
| Antal Installationer | 61 | 
| Aktuell Version | 1.0.1 | 
| Senast Uppdaterad | 2020-04-19 | 
| Publiceringsdatum | 2020-04-19 | 
| Utvecklare | https://pdfdoctor.com | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://pdfdoctor.com | 
| Stödda Språk | 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
}  |  |