PDFsnap
Merge and combine PDFs instantly.
Co to jest PDFsnap?
PDFsnap to rozszerzenie Chrome opracowane przez https://www.pdfsnap.io, a jego główną funkcją jest „Merge and combine PDFs instantly.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PDFsnap
Pobierz pliki rozszerzeń PDFsnap w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gjkanhdcjlllgekbocbkbknpjajkgemj |
Oficjalny URL | https://chrome.google.com/webstore/detail/pdfsnap/gjkanhdcjlllgekbocbkbknpjajkgemj |
Opis | Merge and combine PDFs instantly. |
Rozmiar pliku | 6.43 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2017-07-07 |
Data Publikacji | 2017-07-07 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://www.pdfsnap.io |
Typ Płatności | free |
Strona Rozszerzenia | https://www.pdfsnap.io/ |
Obsługiwane Języki | 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'" } |