PDFsnap
Merge and combine PDFs instantly.
Wat is PDFsnap?
PDFsnap is een Chrome-extensie ontwikkeld door https://www.pdfsnap.io, en de belangrijkste functie is "Merge and combine PDFs instantly.".
Extensie Screenshots
Download het CRX-bestand van de extensie PDFsnap
Download PDFsnap-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
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!
Basisinformatie over de Extensie
Naam | |
ID | gjkanhdcjlllgekbocbkbknpjajkgemj |
Officiële URL | https://chrome.google.com/webstore/detail/pdfsnap/gjkanhdcjlllgekbocbkbknpjajkgemj |
Beschrijving | Merge and combine PDFs instantly. |
Bestandsgrootte | 6.43 KB |
Aantal Installaties | 30 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2017-07-07 |
Publicatiedatum | 2017-07-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.pdfsnap.io |
Betalingswijze | free |
Extensiewebsite | https://www.pdfsnap.io/ |
Ondersteunde Talen | 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'" } |