PDF editor PDFOffice to edit and create PDF
PDFOffice, a PDF editor to create and edit any PDF file using a web browser.
PDF editor PDFOffice to edit and create PDF là gì?
PDF editor PDFOffice to edit and create PDF là một tiện ích mở rộng Chrome được phát triển bởi https://www.redcoolmedia.net, và tính năng chính của nó là "PDFOffice, a PDF editor to create and edit any PDF file using a web browser.".
Ả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 editor PDFOffice to edit and create PDF
Tải xuống các tệp mở rộng PDF editor PDFOffice to edit and create 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
PDFOffice is a PDF Editor online from which you can perform editing operations over PDF files but using your web browser. Main features in editing PDF files: - Create a new document or open an existing one. - Insert texts with different font color. - Insert texts with different font size. - Use some different font style in your inserted text. - Move the inserted text in any part of the document. - Insert images - Download your modified PDF
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PDF editor PDFOffice to edit and create PDF |
ID | mffappoadhfalhjgmfaoecjbdjfdfhdj |
URL Chính Thức | https://chromewebstore.google.com/detail/pdf-editor-pdfoffice-to-e/mffappoadhfalhjgmfaoecjbdjfdfhdj |
Mô tả | PDFOffice, a PDF editor to create and edit any PDF file using a web browser. |
Kích Thước Tệp | 368 KB |
Số Lần Cài Đặt | 58,897 |
Phiên Bản Hiện Tại | 1.6.5 |
Cập Nhật Lần Cuối | 2024-01-02 |
Ngày Phát Hành | 2020-02-27 |
Đánh Giá | 2.43/5 Tổng số 87 Đánh Giá |
Nhà Phát Triển | https://www.redcoolmedia.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.redcoolmedia.net/ |
URL Trang Chính Sách Bảo Mật | http://www.redcoolmedia.net/index.php/cloud-apps-policy |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.6.5", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": "icons\/app_38.png" }, "options_page": "settings.html", "icons": { "128": "icons\/app_128.png", "48": "icons\/app_48.png", "16": "icons\/app_16.png" }, "permissions": [ "storage", "webRequest" ], "background": { "service_worker": "service.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |