PDFsnap
Merge and combine PDFs instantly.
Cos'è PDFsnap?
PDFsnap è un'estensione di Chrome sviluppata da https://www.pdfsnap.io, e la sua funzione principale è "Merge and combine PDFs instantly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PDFsnap
Scarica i file di estensione PDFsnap 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
Instantly combine PDF files into a single document. It's free, easy to use, and secure. Get going in four quick steps: 1. Open PDFsnap and upload your PDF files 2. Rearrange the pages the way you like 3. When your combined PDF document is ready, click the "MERGE" button 4. Your newly merged PDF will download within seconds!
Informazioni di Base sull'Estensione
Nome | |
ID | gjkanhdcjlllgekbocbkbknpjajkgemj |
URL Ufficiale | https://chrome.google.com/webstore/detail/pdfsnap/gjkanhdcjlllgekbocbkbknpjajkgemj |
Descrizione | Merge and combine PDFs instantly. |
Dimensione del File | 6.43 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2017-07-07 |
Data di Pubblicazione | 2017-07-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.pdfsnap.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.pdfsnap.io/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDFsnap", "description": "Merge and combine PDFs instantly.", "version": "0.3", "manifest_version": 2, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "browser_action": { "default_title": "", "default_icon": "icon-128.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |