PDFsnap
Merge and combine PDFs instantly.
What is PDFsnap?
PDFsnap is a Chrome extension developed by https://www.pdfsnap.io, and its main feature is "Merge and combine PDFs instantly.".
Extension Screenshots
Download PDFsnap Extension CRX File
Download PDFsnap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | gjkanhdcjlllgekbocbkbknpjajkgemj |
Official URL | https://chrome.google.com/webstore/detail/pdfsnap/gjkanhdcjlllgekbocbkbknpjajkgemj |
Description | Merge and combine PDFs instantly. |
File Size | 6.43 KB |
Installation Count | 30 |
Current Version | 0.3 |
Last Updated | 2017-07-07 |
Publish Date | 2017-07-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.pdfsnap.io |
Payment Type | free |
Extension Website | https://www.pdfsnap.io/ |
Supported Languages | 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'" } |