PDFsnap
Merge and combine PDFs instantly.
Vad är PDFsnap?
PDFsnap är en Chrome-tillägg utvecklad av https://www.pdfsnap.io, och dess huvudfunktion är "Merge and combine PDFs instantly.".
Tilläggsskärmbilder
Ladda ner PDFsnap-förlängningens CRX-fil
Ladda ner PDFsnap-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | gjkanhdcjlllgekbocbkbknpjajkgemj |
Officiell webbadress | https://chrome.google.com/webstore/detail/pdfsnap/gjkanhdcjlllgekbocbkbknpjajkgemj |
Beskrivning | Merge and combine PDFs instantly. |
Filstorlek | 6.43 KB |
Antal Installationer | 30 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2017-07-07 |
Publiceringsdatum | 2017-07-07 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://www.pdfsnap.io |
Betalningssätt | free |
Tilläggswebbplats | https://www.pdfsnap.io/ |
Stödda Språk | 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'" } |