PDFsnap
Merge and combine PDFs instantly.
Apa itu PDFsnap?
PDFsnap adalah ekstensi Chrome yang dikembangkan oleh https://www.pdfsnap.io, dan fitur utamanya adalah "Merge and combine PDFs instantly.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PDFsnap
Unduh file ekstensi PDFsnap dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | gjkanhdcjlllgekbocbkbknpjajkgemj |
URL Resmi | https://chrome.google.com/webstore/detail/pdfsnap/gjkanhdcjlllgekbocbkbknpjajkgemj |
Deskripsi | Merge and combine PDFs instantly. |
Ukuran File | 6.43 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2017-07-07 |
Tanggal Publikasi | 2017-07-07 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://www.pdfsnap.io |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.pdfsnap.io/ |
Bahasa yang Didukung | 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'" } |