Right PDF
Convert a web page to PDF
Cos'è Right PDF?
Right PDF è un'estensione di Chrome sviluppata da ZEON Corporation, e la sua funzione principale è "Convert a web page to PDF".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Right PDF
Scarica i file di estensione Right PDF 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
                        A tool to convert web pages to PDF.
*This Right PDF extension only works if Right PDF Pro/Converter 6 or a higher version is installed on your computer. It functions only in a Windows environment.
◎ Quick conversion: just right-click a link and select to convert link target to PDF, or append to PDF.
◎ Converter features:
- Web pages to PDF
- Append web page to PDF
- Convert web page and send as email attachment
- Convert current webpage and send to supported DMS
- Layout settings provide page size and orientation options                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | hnippoceddhgemkfdlbmfhmadmfknfcm | 
| URL Ufficiale | https://chromewebstore.google.com/detail/right-pdf/hnippoceddhgemkfdlbmfhmadmfknfcm | 
| Descrizione | Convert a web page to PDF | 
| Dimensione del File | 29.86 KB | 
| Conteggio Installazioni | 131 | 
| Versione Corrente | 1.0.0.7 | 
| Ultimo Aggiornamento | 2022-05-23 | 
| Data di Pubblicazione | 2022-05-22 | 
| Valutazione | 1.00/5 Totale 1 Valutazioni | 
| Sviluppatore | ZEON Corporation | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.rightpdf.com | 
| URL della Pagina di Aiuto | https://support.rightpdf.com | 
| Lingue Supportate | en,zh-CN,zh-TW,ja,ko | 
| manifest.json | |
 {
    "default_locale": "en",
    "name": "__MSG_web2pdfExtnName__",
    "description": "__MSG_web2pdfExtnDescription__",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "skin\/action_disabled_19x19.png",
        "default_title": "__MSG_web2pdfBrowserActionToolTip__"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "nativeMessaging",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "skin\/logo_16x16.png",
        "48": "skin\/logo_48x48.png",
        "128": "skin\/logo_128x128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.7",
    "manifest_version": 3
}  |  |