Split PDF
Split PDF Files Online in Seconds!
Split PDF là gì?
Split 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à "Split 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 Split PDF
Tải xuống các tệp mở rộng Split 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
Split PDF Split PDF Online Split PDF Files Online Fast and easy way to Split PDF files online Select or drag your files, then click the Split button to download your document into one pdf file. All split 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 | Split PDF |
ID | lidjpobdapnonijioooiefhdbnnbjbgb |
URL Chính Thức | https://chromewebstore.google.com/detail/split-pdf/lidjpobdapnonijioooiefhdbnnbjbgb |
Mô tả | Split PDF Files Online in Seconds! |
Kích Thước Tệp | 28.92 KB |
Số Lần Cài Đặt | 23,649 |
Phiên Bản Hiện Tại | 3.6 |
Cập Nhật Lần Cuối | 2022-10-21 |
Ngày Phát Hành | 2019-04-01 |
Đánh Giá | 4.15/5 Tổng số 27 Đá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,ja,ko |
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": "3.6", "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-split.png" }, "icons": { "96": "icon-split-96.png", "128": "icon-split-128.png" } } |