Compress PDF
Compress PDF Files Online in Seconds!
什麼是Compress PDF?
Compress PDF是由https://zonepdf.com開發的Chrome擴展程式,該擴展的主要功能是“Compress PDF Files Online in Seconds!”。
擴展截圖
下載Compress PDF擴展crx文件
下載Compress PDF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Compress PDF Easy and secure way to Compress PDF Files Online! Select or drag your files, then click the Compress button to download your compressed pdf files. All compressed files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email). Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.
擴展基本資訊
名稱 | Compress PDF |
ID | hjoenpcoghflmcbjdfknjebchdndmnoo |
官方網址 | https://chromewebstore.google.com/detail/compress-pdf/hjoenpcoghflmcbjdfknjebchdndmnoo |
簡介 | Compress PDF Files Online in Seconds! |
檔案大小 | 30.08 KB |
安裝次數 | 42,890 |
目前版本 | 4.0 |
更新時間 | 2024-01-12 |
上架時間 | 2019-08-29 |
評分 | 3.72/5 共 29 次評分 |
開發者 | https://zonepdf.com |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://zonepdf.com |
隱私政策頁面URL | https://zonepdf.com/privacy |
支援的語言 | de,en,fr,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "homepage_url": "https:\/\/zonepdf.com", "description": "__MSG_extDescription__", "version": "4.0", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*.pdf", "http:\/\/*\/*.pdf", "file:\/\/*\/*.pdf" ], "js": [ "content.js" ] } ], "host_permissions": [ "https:\/\/*.zonepdf.com\/*" ], "action": { "default_icon": "icon-compress.png" }, "icons": { "96": "icon-compress-96.png", "128": "icon-compress-128.png" } } |