Foxit PDF Creator

To convert the web page to Foxit PDF

Cos'è Foxit PDF Creator?

Foxit PDF Creator è un'estensione di Chrome sviluppata da Foxit Software, e la sua funzione principale è "To convert the web page to Foxit PDF".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Foxit PDF Creator

Scarica i file di estensione Foxit PDF Creator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Foxit PDF Creator Foxit PDF Creator
ID cifnddnffldieaamihfkhkdgnbhfmaci
URL Ufficiale https://chromewebstore.google.com/detail/foxit-pdf-creator/cifnddnffldieaamihfkhkdgnbhfmaci
Descrizione To convert the web page to Foxit PDF
Dimensione del File 62.96 KB
Conteggio Installazioni 5,500,917
Versione Corrente 12.1.0.0
Ultimo Aggiornamento 2022-11-21
Data di Pubblicazione 2021-04-04
Valutazione 2.79/5 Totale 61 Valutazioni
Sviluppatore Foxit Software
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.foxit.com/pdf-editor/
URL della Pagina di Aiuto https://kb.foxit.com/hc/en-us
URL della Pagina della Politica sulla Privacy https://www.foxitsoftware.com/company/privacy-policy.php
Lingue Supportate 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"
}