PDFdoctor
PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.
Cos'è PDFdoctor?
PDFdoctor è un'estensione di Chrome sviluppata da https://pdfdoctor.com, e la sua funzione principale è "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PDFdoctor
Scarica i file di estensione PDFdoctor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | PDFdoctor |
ID | ngdoplephcdidmohhdepcnjdmocdckga |
URL Ufficiale | https://chromewebstore.google.com/detail/pdfdoctor/ngdoplephcdidmohhdepcnjdmocdckga |
Descrizione | PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc. |
Dimensione del File | 4.45 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-04-19 |
Data di Pubblicazione | 2020-04-19 |
Sviluppatore | https://pdfdoctor.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pdfdoctor.com |
Lingue Supportate | 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 } |