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?

PDF editor PDFOffice to edit and create PDF是由https://www.redcoolmedia.net開發的Chrome擴展程式,該擴展的主要功能是“PDFOffice, a PDF editor to create and edit any PDF file using a web browser.”。

擴展截圖

screenshot
screenshot
screenshot

下載PDF editor PDFOffice to edit and create PDF擴展crx文件

下載PDF editor PDFOffice to edit and create PDF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 PDF editor PDFOffice to edit and create PDF PDF editor PDFOffice to edit and create PDF
ID mffappoadhfalhjgmfaoecjbdjfdfhdj
官方網址 https://chromewebstore.google.com/detail/pdf-editor-pdfoffice-to-e/mffappoadhfalhjgmfaoecjbdjfdfhdj
簡介 PDFOffice, a PDF editor to create and edit any PDF file using a web browser.
檔案大小 368 KB
安裝次數 58,897
目前版本 1.6.5
更新時間 2024-01-02
上架時間 2020-02-27
評分 2.43/5 共 87 次評分
開發者 https://www.redcoolmedia.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.redcoolmedia.net/
隱私政策頁面URL http://www.redcoolmedia.net/index.php/cloud-apps-policy
支援的語言 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:\/\/*\/*"
    ]
}