PDFsnap
Merge and combine PDFs instantly.
什麼是PDFsnap?
PDFsnap是由https://www.pdfsnap.io開發的Chrome擴展程式,該擴展的主要功能是“Merge and combine PDFs instantly.”。
擴展截圖
下載PDFsnap擴展crx文件
下載PDFsnap擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | gjkanhdcjlllgekbocbkbknpjajkgemj |
官方網址 | https://chrome.google.com/webstore/detail/pdfsnap/gjkanhdcjlllgekbocbkbknpjajkgemj |
簡介 | Merge and combine PDFs instantly. |
檔案大小 | 6.43 KB |
安裝次數 | 30 |
目前版本 | 0.3 |
更新時間 | 2017-07-07 |
上架時間 | 2017-07-07 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.pdfsnap.io |
付費類型 | free |
擴展官網 | https://www.pdfsnap.io/ |
支援的語言 | 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'" } |