Foxit PDF Creator

To convert the web page to Foxit PDF

Foxit PDF Creator란 무엇입니까?

Foxit PDF Creator은(는) Foxit Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To convert the web page to Foxit PDF"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Foxit PDF Creator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This plugin is used to convert the webpages to PDF. Users can set the layout, add watermarks, headers/footers, and apply security settings for the PDF during conversion. Foxit PDF Editor is required to use this plugin. For more information, go to www.foxit.com.                    

확장 프로그램 기본 정보

이름 Foxit PDF Creator Foxit PDF Creator
ID cifnddnffldieaamihfkhkdgnbhfmaci
공식 URL https://chromewebstore.google.com/detail/foxit-pdf-creator/cifnddnffldieaamihfkhkdgnbhfmaci
설명 To convert the web page to Foxit PDF
파일 크기 62.96 KB
설치 횟수 5,500,917
현재 버전 12.1.0.0
최근 업데이트 2022-11-21
출시 날짜 2021-04-04
평점 2.79/5 총 61 개의 평점
개발자 Foxit Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.foxit.com/pdf-editor/
도움말 페이지 URL https://kb.foxit.com/hc/en-us
개인정보 보호 정책 페이지 URL https://www.foxitsoftware.com/company/privacy-policy.php
지원되는 언어 de,en,fr,nl,no,da,es-419,it,pl,pt-BR,pt-PT,fi,sv,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "action": {
        "default_icon": "logo16.png",
        "default_title": "__MSG_default_title__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_extName__",
    "permissions": [
        "contextMenus",
        "tabs",
        "nativeMessaging",
        "cookies"
    ],
    "version": "12.1.0.0"
}