PDFsnap
Merge and combine PDFs instantly.
Was ist PDFsnap?
PDFsnap ist eine Chrome-Erweiterung, die von https://www.pdfsnap.io entwickelt wurde, und ihr Hauptmerkmal ist "Merge and combine PDFs instantly.".
Erweiterungsscreenshots
PDFsnap-Erweiterungs-CRX-Datei herunterladen
Laden Sie PDFsnap-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | gjkanhdcjlllgekbocbkbknpjajkgemj |
Offizielle URL | https://chrome.google.com/webstore/detail/pdfsnap/gjkanhdcjlllgekbocbkbknpjajkgemj |
Beschreibung | Merge and combine PDFs instantly. |
Dateigröße | 6.43 KB |
Installationsanzahl | 30 |
Aktuelle Version | 0.3 |
Letztes Update | 2017-07-07 |
Veröffentlichungsdatum | 2017-07-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.pdfsnap.io |
Zahlungsart | free |
Erweiterungswebsite | https://www.pdfsnap.io/ |
Unterstützte Sprachen | 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'" } |