PDFBlitz PDF Merge
PDFBlitz PDF Merge ...
什么是PDFBlitz PDF Merge?
PDFBlitz PDF Merge是由PDFBlitz PDF开发的Chrome扩展程序,该扩展的主要功能是“PDFBlitz PDF Merge ...”。
扩展截图
下载PDFBlitz PDF Merge扩展crx文件
下载PDFBlitz PDF Merge扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Merge and compress your PDF files fast !
View them in a browser and auto download.
How to use this extension:
- Click on the software icon
- Choose PDF file you would like to merge
- This software supports merging and compressing of PDF files
- Merge and compress 2 or more PDF files
- Unlimited number of PDF mergers and compresses
About PDFBlitz's Payment:
Pay is to provide better chrome extensions.
Merge and compress your PDF 3 times for free , pay $4.99 for permanent use and 365 days unconditional full refund.
PDFBlitz subsequent chrome extensions (pdf converter, split pdf, pdf to jpg, jpg to pdf, unlock pdf, protect pdf......) . All that can be used for free for 365 days.
If you have any questions, please contact [email protected] 扩展基本信息
| 名称 | |
| ID | oadbgoefingphaemhmjlklbfcgcikhga |
| 官方URL | https://chromewebstore.google.com/detail/pdfblitz-pdf-merge/oadbgoefingphaemhmjlklbfcgcikhga |
| 简介 | PDFBlitz PDF Merge ... |
| 文件大小 | 943 KB |
| 安装次数 | 147 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2021-05-02 |
| 上架时间 | 2021-05-01 |
| 开发者 | PDFBlitz PDF |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.1",
"name": "PDFBlitz PDF Merge",
"manifest_version": 2,
"description": "PDFBlitz PDF Merge ...",
"browser_action": {
"default_title": "PDFBlitz",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"web_accessible_resources": [
"inject.html"
],
"externally_connectable": {
"matches": [
"https:\/\/transactions.sendowl.com\/*"
]
},
"background": {
"page": "background.html"
},
"permissions": [
"contextMenus",
"tabs",
"storage",
"https:\/\/github.com\/*"
],
"content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' https:\/\/transactions.sendowl.com; connect-src data:; style-src * 'unsafe-inline'; img-src 'self' https:\/\/transactions.sendowl.com data:;"
} | |