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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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:\/\/*\/*"
    ]
}