PDF Editor Extension - PDFzorro
Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension
Cos'è PDF Editor Extension - PDFzorro?
PDF Editor Extension - PDFzorro è un'estensione di Chrome sviluppata da https://www.pdfzorro.com, e la sua funzione principale è "Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PDF Editor Extension - PDFzorro
Scarica i file di estensione PDF Editor Extension - PDFzorro 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
With this extension you can edit PDF files, that are opened in Google Chrome™. You also can open the free Online-PDF-Editor to edit PDF in the browser. You can rotate, split, sort pages. Secure or unsecure PDF files. Add text, annotation, draws or marks into the PDF. You also can add images to the PDF. Convert PDF to Word, Excel or PowerPoint. Enjoy PDFzorro, for free! -------------------------------------------------- Google Chrome™ is a trademark of Google LLC
Informazioni di Base sull'Estensione
Nome | PDF Editor Extension - PDFzorro |
ID | icbddibgmpdonpogkcnambimgncliipl |
URL Ufficiale | https://chromewebstore.google.com/detail/pdf-editor-extension-pdfz/icbddibgmpdonpogkcnambimgncliipl |
Descrizione | Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension |
Dimensione del File | 293 KB |
Conteggio Installazioni | 39,185 |
Versione Corrente | 1.0.0.4 |
Ultimo Aggiornamento | 2023-09-22 |
Data di Pubblicazione | 2020-02-12 |
Valutazione | 3.67/5 Totale 90 Valutazioni |
Sviluppatore | https://www.pdfzorro.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.pdfzorro.com/EDIT/terms.php |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'", "permissions": [ "activeTab", "https:\/\/www.pdfzorro.com\/*", "downloads", "file:\/\/\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "name": "PDF Editor Extension - PDFzorro", "version": "1.0.0.4", "short_name": "Use Google Chrome\u2122 as PDF Editor", "description": "Open PDF files with Google Chrome\u2122 and edit them with this PDFzorro Extension", "icons": { "16": "logo16.png", "128": "logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |