PDF Merge

Merge PDF documents into one, easily from your home and new tab page!

Qu'est-ce que PDF Merge ?

PDF Merge est une extension Chrome développée par https://online-converter.freepdfsolutions.com, et sa fonction principale est "Merge PDF documents into one, easily from your home and new tab page!".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT?
We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so.

With PDF Merge, there's...
• No registration required
• Ease of use
• Links to our online conversion utilities.

New version: removed new tab change.

You can uninstall the extension at any time.                    

Informations de Base sur l'Extension

Nom PDF Merge PDF Merge
ID hiagbhcincnckilkbbglilfchoehldmj
URL Officiel https://chromewebstore.google.com/detail/pdf-merge/hiagbhcincnckilkbbglilfchoehldmj
Description Merge PDF documents into one, easily from your home and new tab page!
Taille du Fichier 674 KB
Nombre d'Installations 5,215
Version Actuelle 5.0
Dernière Mise à Jour 2021-01-21
Date de Publication 2020-05-28
Évaluation 3.56/5 Total 16 Évaluations
Développeur https://online-converter.freepdfsolutions.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://online-converter.freepdfsolutions.com/#pdf-merge
URL de la Page de Politique de Confidentialité https://www.freepdfsolutions.com/privacypolicy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PDF Merge",
    "default_locale": "en",
    "description": "Merge PDF documents into one, easily from your home and new tab page!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "5.0",
    "permissions": [
        "downloads"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.css",
        "*.js"
    ]
}