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文件

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

擴展使用說明

                        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
官方網址 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"
}