PDFdoctor
PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.
Wat is PDFdoctor?
PDFdoctor is een Chrome-extensie ontwikkeld door https://pdfdoctor.com, en de belangrijkste functie is "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.".
Extensie Screenshots
Download het CRX-bestand van de extensie PDFdoctor
Download PDFdoctor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ngdoplephcdidmohhdepcnjdmocdckga |
| Officiële URL | https://chromewebstore.google.com/detail/pdfdoctor/ngdoplephcdidmohhdepcnjdmocdckga |
| Beschrijving | PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc. |
| Bestandsgrootte | 4.45 KB |
| Aantal Installaties | 61 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2020-04-19 |
| Publicatiedatum | 2020-04-19 |
| Ontwikkelaar | https://pdfdoctor.com |
| Betalingswijze | free |
| Extensiewebsite | https://pdfdoctor.com |
| Ondersteunde Talen | 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
} | |