Compress PDF
Compress PDF Files Online in Seconds!
Compress PDF là gì?
Compress PDF là một tiện ích mở rộng Chrome được phát triển bởi https://zonepdf.com, và tính năng chính của nó là "Compress PDF Files Online in Seconds!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Compress PDF
Tải xuống các tệp mở rộng Compress PDF dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Compress PDF |
ID | hjoenpcoghflmcbjdfknjebchdndmnoo |
URL Chính Thức | https://chromewebstore.google.com/detail/compress-pdf/hjoenpcoghflmcbjdfknjebchdndmnoo |
Mô tả | Compress PDF Files Online in Seconds! |
Kích Thước Tệp | 30.08 KB |
Số Lần Cài Đặt | 42,890 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2024-01-12 |
Ngày Phát Hành | 2019-08-29 |
Đánh Giá | 3.72/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | https://zonepdf.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://zonepdf.com |
URL Trang Chính Sách Bảo Mật | https://zonepdf.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |