Free PDF Converter

Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.

Qu'est-ce que Free PDF Converter ?

Free PDF Converter est une extension Chrome développée par https://dy1.com, et sa fonction principale est "Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Free PDF Converter

Téléchargez les fichiers d'extension Free PDF Converter 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

                        Quick and easy access right from your browser Free PDF Converter processes documents in Word, Excel, PDF, PPT and JPG. Just select Word file and press convert to PDF in order to take needed format. And it supports PDF merge split, and edit.                    

Informations de Base sur l'Extension

Nom Free PDF Converter Free PDF Converter
ID lfdmeeegepbbjaopiekcnmenhmcpjhhg
URL Officiel https://chromewebstore.google.com/detail/free-pdf-converter/lfdmeeegepbbjaopiekcnmenhmcpjhhg
Description Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.
Taille du Fichier 292 KB
Nombre d'Installations 32,095
Version Actuelle 2.0.2
Dernière Mise à Jour 2023-08-29
Date de Publication 2020-06-29
Évaluation 4.20/5 Total 20 Évaluations
Développeur https://dy1.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.dy1.com
URL de la Page d'Aide https://www.dy1.com
URL de la Page de Politique de Confidentialité https://dy1.com/privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "2.0.2",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.qwerpdf.com\/",
    "author": "qwerpdf.com",
    "action": {
        "default_icon": "images\/icons\/icon48.png",
        "default_title": "__MSG_ext_name__"
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.abcdpdf.com\/",
        "https:\/\/*.qwerpdf.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "upload.html",
                "index_popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}