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
公式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
Eメール [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"
}