PDF to Word
Convert PDF Files to Word Online in Seconds!
PDF to Word là gì?
PDF to Word 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à "Convert PDF Files to Word 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 PDF to Word
Tải xuống các tệp mở rộng PDF to Word 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
Convert PDF to Word Online Fast and easy way to convert PDF files Select or drag your files, then click the Convert button to download your converted files. All converted 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 | |
ID | cbhkphjegipombfappcleaojbmcklijj |
URL Chính Thức | https://chromewebstore.google.com/detail/pdf-to-word/cbhkphjegipombfappcleaojbmcklijj |
Mô tả | Convert PDF Files to Word Online in Seconds! |
Kích Thước Tệp | 31.95 KB |
Số Lần Cài Đặt | 76,273 |
Phiên Bản Hiện Tại | 2.5 |
Cập Nhật Lần Cuối | 2022-11-09 |
Ngày Phát Hành | 2020-05-06 |
Đánh Giá | 3.62/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://zonepdf.com |
[email protected] | |
Loại Thanh Toán | free |
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,it,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": "2.5", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*.pdf", "http:\/\/*\/*.pdf", "file:\/\/*\/*.pdf" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/*.zonepdf.com\/*" ], "action": { "default_icon": "icon-pdf-word.png" }, "icons": { "96": "icon-pdf-word-96.png", "128": "icon-pdf-word-128.png" } } |