Right PDF

Convert a web page to PDF

Qu'est-ce que Right PDF ?

Right PDF est une extension Chrome développée par ZEON Corporation, et sa fonction principale est "Convert a web page to PDF".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Right PDF

Téléchargez les fichiers d'extension Right PDF au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Right PDF Right PDF
ID hnippoceddhgemkfdlbmfhmadmfknfcm
URL Officiel https://chromewebstore.google.com/detail/right-pdf/hnippoceddhgemkfdlbmfhmadmfknfcm
Description Convert a web page to PDF
Taille du Fichier 29.86 KB
Nombre d'Installations 131
Version Actuelle 1.0.0.7
Dernière Mise à Jour 2022-05-23
Date de Publication 2022-05-22
Évaluation 1.00/5 Total 1 Évaluations
Développeur ZEON Corporation
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.rightpdf.com
URL de la Page d'Aide https://support.rightpdf.com
Langues Prises en Charge 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
}